mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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
|
- name: Compile docs
|
||||||
run: python3 ./mach doc
|
run: python3 ./mach doc
|
||||||
env:
|
env:
|
||||||
RUSTDOCFLAGS: -Z unstable-options --disable-minification --document-private-items
|
RUSTDOCFLAGS: --document-private-items
|
||||||
- name: Upload docs
|
- name: Upload docs
|
||||||
run: |
|
run: |
|
||||||
cd target/doc
|
cd target/doc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue