CI: Build docs on nightly for feature(doc_cfg)

The doc_cfg feature displays cfg requirements for a given symbol
directly in the documentation.
This commit is contained in:
Marijn Suijten 2020-11-19 10:10:49 +01:00
parent 3f373f623a
commit 2a169e0fdd

View file

@ -402,7 +402,7 @@ pages:
- |
for crate in gstreamer*; do
cd $crate
cargo doc --color=always --features --features=dox,embed-lgpl-docs
cargo +nightly doc --color=always --features --features=dox,embed-lgpl-docs
cd ..
done
- mv target/doc public/