We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2a267 commit 47e9704Copy full SHA for 47e9704
1 file changed
.github/workflows/deploy.yml
@@ -14,9 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Build cargo docs
17
- - uses: actions/checkout@v4
18
- - run: rustup update stable && rustup default stable
19
- - run: cargo doc --no-deps --workspace
+ uses: actions/checkout@v4
+ run: rustup update stable && rustup default stable
+ run: cargo doc --no-deps --workspace
20
21
- name: Create redirect
22
run: |
0 commit comments