From c73c81c10e0a3b64e366942c0bd70d04ce71fbe9 Mon Sep 17 00:00:00 2001 From: Janggun Lee Date: Mon, 26 Jun 2023 15:14:20 +0900 Subject: [PATCH] Document private items as well --- .github/workflows/rustdoc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index 958abe560..608d4cb38 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -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