mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
ci: skip documenting dependencies
This commit is contained in:
parent
199985c6a2
commit
2759891b7b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: cargo clippy --workspace --all-targets -- -D clippy::dbg_macro -D clippy::todo
|
run: cargo clippy --workspace --all-targets -- -D clippy::dbg_macro -D clippy::todo
|
||||||
|
|
||||||
- name: Rustdoc
|
- name: Rustdoc
|
||||||
run: cargo doc --workspace
|
run: cargo doc --workspace --no-deps
|
||||||
|
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue