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:
Martin Robinson 2023-06-21 11:38:59 +02:00
parent 07bbbad5f9
commit 1abbfeb1cf

View file

@ -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