mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 11:58:01 +00:00
[ci] fix build-implementers-guide (#6335)
* [ci] fix build-implementers-guide * fix user
This commit is contained in:
committed by
GitHub
parent
7ba0847349
commit
bc25c41aaf
@@ -171,14 +171,12 @@ build-implementers-guide:
|
||||
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
|
||||
variables:
|
||||
GIT_DEPTH: 0
|
||||
CI_IMAGE: paritytech/mdbook-utils:e14aae4a-20221123
|
||||
script:
|
||||
- apt-get -y update; apt-get install -y graphviz
|
||||
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
|
||||
- mdbook build ./roadmap/implementers-guide
|
||||
- mkdir -p artifacts
|
||||
- mv roadmap/implementers-guide/book artifacts/
|
||||
# FIXME: remove me after CI image gets nonroot
|
||||
- chown -R nonroot:nonroot artifacts/
|
||||
- ls -la artifacts/
|
||||
|
||||
build-short-benchmark:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user