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 3091598
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 -Zrustdoc-map -Zrustdoc-scrape-examples

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

0 comments on commit 3091598

Please sign in to comment.