Skip to content

Commit

Permalink
fix(docs): fix mdbook and mdbook-graphviz incompatibility
Browse files Browse the repository at this point in the history
- There is an issue with mdbook v0.4.37 and mdbook-graphviz
- dylanowen/mdbook-graphviz#107
  • Loading branch information
AtomicFS committed Feb 15, 2024
1 parent 3d81795 commit d09d07b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/documentation-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
# Issue with mdbook v0.4.37
# https://github.com/dylanowen/mdbook-graphviz/issues/107
cargo install \
mdbook \
mdbook@0.4.36 \
pulldown-cmark@0.9.6 \
mdbook-admonish \
mdbook-footnote \
mdbook-graphviz \
Expand Down

0 comments on commit d09d07b

Please sign in to comment.