Generate docs for all workspace crates (#2773)

This commit is contained in:
Bastian Köcher
2019-06-04 10:14:46 +02:00
committed by Gavin Wood
parent 3b26453047
commit 4d476161e2
+1 -1
View File
@@ -178,7 +178,7 @@ build-rust-doc-release:
script:
- ./scripts/build.sh
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
- time cargo +nightly doc --release --verbose
- time cargo +nightly doc --release --all --verbose
- cp -R ./target/doc ./crate-docs
- echo "<meta http-equiv=refresh content=0;url=substrate_service/index.html>" > ./crate-docs/index.html
- sccache -s