Skip to content

Commit

Permalink
Merge pull request #415 from str4d/ci-rustdoc-no-deps
Browse files Browse the repository at this point in the history
CI: Don't render documentation for crates outside the workspace
  • Loading branch information
str4d authored Jul 9, 2021
2 parents 708b015 + c51b534 commit 8b4ae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --workspace --all-features
args: --no-deps --workspace --all-features
env:
RUSTDOCFLAGS: -Z unstable-options --enable-index-page --cfg docsrs

Expand Down

0 comments on commit 8b4ae55

Please sign in to comment.