Skip to content

Commit a66342c

Browse files
committed
Pin mdbook to what seems to be a functional version for this
1 parent 7b40998 commit a66342c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- fix-book
910

1011
jobs:
1112
deploy:
@@ -20,7 +21,7 @@ jobs:
2021
echo "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
2122
- name: Install mdbook
2223
run: |
23-
cargo install mdbook
24+
cargo install mdbook --version 0.4.32
2425
- name: Deploy GitHub Pages
2526
run: |
2627
# This assumes your book is in the root of your repository.

0 commit comments

Comments
 (0)