Skip to content

Commit 9f998ca

Browse files
committed
add --document-private-items to the build of the dev doc
1 parent 9752c0b commit 9f998ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build user Documentation
4646
run: |
4747
cd coreutils
48-
cargo run --bin uudoc --all-features
48+
cargo run --bin uudoc --all-features --document-private-items
4949
cd docs
5050
mdbook build
5151

0 commit comments

Comments
 (0)