Skip to content

Commit 47e9704

Browse files
committed
fix(ci): incorrect syntax
1 parent 1b2a267 commit 47e9704

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Build cargo docs
17-
- uses: actions/checkout@v4
18-
- run: rustup update stable && rustup default stable
19-
- run: cargo doc --no-deps --workspace
17+
uses: actions/checkout@v4
18+
run: rustup update stable && rustup default stable
19+
run: cargo doc --no-deps --workspace
2020

2121
- name: Create redirect
2222
run: |

0 commit comments

Comments
 (0)