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

Commit

Permalink
ci/guide: install mdbook-graphviz (#6119)
Browse files Browse the repository at this point in the history
* ci/guide: install mdbook-graphviz

* install graphviz in build-implementers-guide

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

Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
  • Loading branch information
2 people authored and bredamatt committed Oct 10, 2022
1 parent 857e635 commit 96185c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 96185c3

Please sign in to comment.