Disable rustdoc action
This commit is contained in:
parent
3260862bb4
commit
25be06eb76
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -80,10 +80,10 @@ jobs:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
|
||||
- name: Run rustdoc lints
|
||||
uses: actions-rs/cargo@v1
|
||||
env:
|
||||
RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
|
||||
with:
|
||||
command: doc
|
||||
args: --workspace --all-features --no-deps --document-private-items
|
||||
# - name: Run rustdoc lints
|
||||
# uses: actions-rs/cargo@v1
|
||||
# env:
|
||||
# RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
|
||||
# with:
|
||||
# command: doc
|
||||
# args: --workspace --all-features --no-deps --document-private-items
|
||||
|
Loading…
Reference in New Issue
Block a user