diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 55c83328d4..f29e1b0dc8 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -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 "" > ./crate-docs/index.html - sccache -s