CI: Don't render documentation for crates outside the workspace

This commit is contained in:
Jack Grigg 2021-07-09 21:17:56 +01:00
parent 708b015cab
commit c51b534bd1
1 changed files with 1 additions and 1 deletions

View File

@ -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