Skip to content

Commit 1b2a267

Browse files
committed
fix(ci): 'run' is already defined line 19
1 parent 14409ef commit 1b2a267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build cargo docs
1717
- uses: actions/checkout@v4
1818
- run: rustup update stable && rustup default stable
19-
run: cargo doc --no-deps --workspace
19+
- run: cargo doc --no-deps --workspace
2020

2121
- name: Create redirect
2222
run: |

0 commit comments

Comments
 (0)