mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Re-enable minification to fix the doc build (#30871)
Disable isn't possible for non-nightly versions of Rust, so this is currently breaking the doc build. In addition, it seems that the original issue that triggered this change [^1] is now fixed. [^1]: https://github.com/rust-lang/rust/issues/58849
This commit is contained in:
parent
7ed6f330cf
commit
01013b9ea8
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: -Z unstable-options --disable-minification --document-private-items
|
||||
RUSTDOCFLAGS: --document-private-items
|
||||
- name: Upload docs
|
||||
run: |
|
||||
cd target/doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue