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
- [issue 107](dylanowen/mdbook-graphviz#107)
  • Loading branch information
AtomicFS committed Feb 15, 2024
1 parent 3d81795 commit 8a2c112
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/documentation-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install \
mdbook \
--version 0.4.36
mdbook
# Issue with mdbook v0.4.37
# https://github.com/dylanowen/mdbook-graphviz/issues/107
cargo install \
mdbook-admonish \
mdbook-footnote \
mdbook-graphviz \
Expand Down

0 comments on commit 8a2c112

Please sign in to comment.