Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

[ci] fix build implementers guide #6306

Merged
merged 3 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ build-implementers-guide:
- .docker-env
- .test-refs
- .collect-artifacts-short
variables:
GIT_DEPTH: 0
alvicsam marked this conversation as resolved.
Show resolved Hide resolved
script:
- apt-get -y update; apt-get install -y graphviz
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ publish-rustdoc:
- .kubernetes-env
image: paritytech/tools:latest
variables:
GIT_DEPTH: 100
GIT_DEPTH: 0
alvicsam marked this conversation as resolved.
Show resolved Hide resolved
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
when: never
Expand Down