From 9f998ca0427cc0e523c81adff99eabf5c63cb590 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 28 Jan 2022 23:24:34 +0100 Subject: [PATCH] add --document-private-items to the build of the dev doc --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 460f8abc1..9d5745524 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: - name: Build user Documentation run: | cd coreutils - cargo run --bin uudoc --all-features + cargo run --bin uudoc --all-features --document-private-items cd docs mdbook build