Skip to content

Commit

Permalink
Adjust features used by gh-pages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 25, 2024
1 parent 704a4e1 commit 842a7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
RUSTDOCFLAGS: --cfg doc_cfg
# --all builds all crates, but with default features for other crates (okay in this case)
run: |
cargo doc --all --features nightly,serde,os_rng,small_rng
cargo doc --all --all-features --no-deps
cp utils/redirect.html target/doc/index.html
rm target/doc/.lock
Expand Down

0 comments on commit 842a7cf

Please sign in to comment.