Skip to content

Commit

Permalink
Document private items as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Janggun committed Jun 26, 2023
1 parent 921e498 commit c73c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: source "$HOME/.cargo/env"; rustup update --no-self-update stable

- name: Build Documentation
run: source "$HOME/.cargo/env"; cargo doc --all
run: source "$HOME/.cargo/env"; cargo doc --all --document-private-items

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
Expand Down

0 comments on commit c73c81c

Please sign in to comment.