Add --document-private-items to Docs CI (#30329)

Docs CI overrides RUSTDOCFLAGS
This commit is contained in:
Samson 2023-09-10 15:16:57 +02:00 committed by GitHub
parent a9d37cb85a
commit d470955032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
- name: Compile docs
run: python3 ./mach doc
env:
RUSTDOCFLAGS: -Z unstable-options --disable-minification
RUSTDOCFLAGS: -Z unstable-options --disable-minification --document-private-items
- name: Upload docs
run: |
cd target/doc