Skip to content

Commit c1182c1

Browse files
committed
fix(docs): fix mdbook and mdbook-graphviz incompatibility
- There is an issue with mdbook v0.4.37 and mdbook-graphviz - [issue 107](dylanowen/mdbook-graphviz#107)
1 parent 3d81795 commit c1182c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/documentation-pages.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,16 @@ jobs:
4646
with:
4747
path: ${{ env.CARGO_TARGET_DIR }}
4848
key: mdbook
49+
# Issue with mdbook v0.4.37
50+
# https://github.com/dylanowen/mdbook-graphviz/issues/107
4951
- name: Install mdBook
5052
run: |
5153
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
5254
rustup update
5355
cargo install \
54-
mdbook \
56+
--version 0.4.36
57+
mdbook
58+
cargo install \
5559
mdbook-admonish \
5660
mdbook-footnote \
5761
mdbook-graphviz \

0 commit comments

Comments
 (0)