Skip to content

Commit

Permalink
Update rustdoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates authored Feb 18, 2024
1 parent 38f4c23 commit 89b79fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: rustup target list --installed

- name: Build Documentation
run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps --document-private-items
run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --no-deps --document-private-items

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

0 comments on commit 89b79fb

Please sign in to comment.