Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/rustdoc.yaml')
| -rw-r--r-- | .github/workflows/rustdoc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index 9cc18fc69e..0cc7ce77dd 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -24,7 +24,7 @@ jobs: run: rustup update --no-self-update stable - name: Build Documentation - run: cargo doc --all --no-deps + run: cargo doc --all --no-deps --document-private-items - name: Deploy Docs uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 |