Skip to content

Commit a420270

Browse files
committed
ci: cargo doc --no-deps
1 parent fb26a8a commit a420270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cargo fmt --all -- --check
5252

5353
- name: Run Rustdoc
54-
run: cargo doc && ls ./target/doc
54+
run: cargo doc --no-deps && ls ./target/doc
5555

5656
- name: Deploy
5757
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)