Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,10 @@ jobs:
prefix-key: "v1-docs"
cache-on-failure: true

# Use --features full to match docs.rs metadata configuration
# (avoids wasm feature which requires wasm32 target not in docs.rs)
- name: Build documentation
run: cargo doc --no-deps --all-features
run: cargo doc --no-deps --features full
env:
RUSTDOCFLAGS: "-D warnings"

Expand Down
Loading