Skip to content
Snippets Groups Projects
Commit a4e33b13 authored by ordian's avatar ordian Committed by GitHub
Browse files

ci/guide: install mdbook-graphviz (#6119)


* ci/guide: install mdbook-graphviz

* install graphviz in build-implementers-guide

* Update scripts/ci/gitlab/pipeline/build.yml

Co-authored-by: default avatarAlexander Samusev <41779041+alvicsam@users.noreply.github.com>
parent e4361b6d
Branches
No related merge requests found
......@@ -169,7 +169,8 @@ build-implementers-guide:
- .test-refs
- .collect-artifacts-short
script:
- cargo install mdbook mdbook-mermaid mdbook-linkcheck
- apt-get -y update; apt-get install -y graphviz
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz
- mdbook build ./roadmap/implementers-guide
- mkdir -p artifacts
- mv roadmap/implementers-guide/book artifacts/
......
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