Skip to content

Commit

Permalink
Attempt to fix docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 3, 2023
1 parent 3e0e759 commit 26ecc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run cargo doc
env:
RUSTDOCFLAGS: "-Dwarnings"
run: cargo doc --no-deps --examples
run: cargo doc --no-deps --examples --all-features

release:
name: Publish version
Expand Down

0 comments on commit 26ecc2e

Please sign in to comment.