Build docs with nightly (#2006)

This commit is contained in:
Bastian Köcher
2019-03-15 12:34:53 +01:00
committed by GitHub
parent 8dbba417a0
commit 32ae38c79d
+1 -1
View File
@@ -165,7 +165,7 @@ build:rust:doc:release: &build
- linux-docker
script:
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
- time cargo doc --release --verbose
- time cargo +nightly doc --release --verbose
- cp -R ./target/doc ./crate-docs
- echo "<meta http-equiv=refresh content=0;url=substrate_service/index.html>" > ./crate-docs/index.html