Skip to content

Commit 055173b

Browse files
authored
Remove --document-private-items
1 parent 9f998ca commit 055173b

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 --document-private-items
48+
cargo run --bin uudoc --all-features
4949
cd docs
5050
mdbook build
5151

0 commit comments

Comments
 (0)