mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix the rustdoc build after recent changes
If passing --disable-minification, we must also enable unstable-options. This was happening before, but by accident.
This commit is contained in:
parent
07bbbad5f9
commit
1abbfeb1cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Compile docs
|
||||
run: python3 ./mach doc
|
||||
env:
|
||||
RUSTDOCFLAGS: --disable-minification
|
||||
RUSTDOCFLAGS: -Z unstable-options --disable-minification
|
||||
- name: Upload docs
|
||||
run: |
|
||||
cd target/doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue