Skip to content

Commit

Permalink
ci: add index page to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniMay committed Feb 17, 2024
1 parent d2dca5f commit 9bbe39a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: dtolnay/rust-toolchain@nightly
- name: Generate Rust Docs
uses: actions-rs/cargo@v1
with:
command: doc
args: --target-dir ./target --no-deps
run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --target-dir ./target --no-deps
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Fix permissions
Expand Down

0 comments on commit 9bbe39a

Please sign in to comment.