Skip to content

Commit

Permalink
ci: Update docs flags
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Jan 22, 2025
1 parent 9b2e292 commit 636232c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Build Rust Documentation
env:
RUSTDOCFLAGS: --cfg _doc
run: cargo doc -Zrustdoc-map
RUSTDOCFLAGS: --cfg _doc -Zunstable-options --show-type-layout --enable-index-page
run: cargo doc --features std,bytemuck,arbitrary,serde -Zrustdoc-map -Zrustdoc-scrape-examples

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 636232c

Please sign in to comment.