Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker authored Oct 29, 2024
1 parent 06614e9 commit 879831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: git clone
uses: actions/checkout@v4
- name: install toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@nightly
- name: cargo doc
run: RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo doc --all-features
- name: page configuration
Expand Down

0 comments on commit 879831b

Please sign in to comment.