mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 20:21:06 +00:00
[ci] fix build implementers guide (#6306)
* [ci] fix build implementers guide * add comment * rm git fetch from publish-docs
This commit is contained in:
committed by
GitHub
parent
ccad411e46
commit
d19484e972
@@ -168,6 +168,9 @@ build-implementers-guide:
|
|||||||
- .docker-env
|
- .docker-env
|
||||||
- .test-refs
|
- .test-refs
|
||||||
- .collect-artifacts-short
|
- .collect-artifacts-short
|
||||||
|
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
|
||||||
|
variables:
|
||||||
|
GIT_DEPTH: 0
|
||||||
script:
|
script:
|
||||||
- apt-get -y update; apt-get install -y graphviz
|
- apt-get -y update; apt-get install -y graphviz
|
||||||
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
|
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
|
||||||
|
|||||||
@@ -153,8 +153,6 @@ publish-rustdoc:
|
|||||||
extends:
|
extends:
|
||||||
- .kubernetes-env
|
- .kubernetes-env
|
||||||
image: paritytech/tools:latest
|
image: paritytech/tools:latest
|
||||||
variables:
|
|
||||||
GIT_DEPTH: 100
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "pipeline"
|
- if: $CI_PIPELINE_SOURCE == "pipeline"
|
||||||
when: never
|
when: never
|
||||||
|
|||||||
Reference in New Issue
Block a user