Skip to content
Snippets Groups Projects
Commit 3e6a26c3 authored by Denis_P's avatar Denis_P :field_hockey: Committed by GitHub
Browse files

CI: build docs after test; publish docs after build (#7591)

docs time test/build success on master pub
parent e3608da5
No related merge requests found
......@@ -471,7 +471,9 @@ build-rust-doc:
stage: build
<<: *docker-env
<<: *test-refs
allow_failure: true
needs:
- job: test-linux-stable
artifacts: false
variables:
<<: *default-vars
RUSTFLAGS: -Dwarnings
......@@ -677,6 +679,8 @@ publish-s3-doc:
needs:
- job: build-rust-doc
artifacts: true
- job: build-linux-substrate
artifacts: false
<<: *build-refs
<<: *kubernetes-build
variables:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment