Skip to content

Commit 0cbecd1

Browse files
Use 1.8.0 version of mdbook admonish to fix book publish errors (#311)
1 parent 9693c59 commit 0cbecd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cluster-api-provider-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mkdir mdbook
1919
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
2020
echo `pwd`/mdbook >> $GITHUB_PATH
21-
cargo install mdbook-admonish
21+
cargo install --version 1.8.0 mdbook-admonish
2222
- name: Deploy Book to GitHub Pages
2323
run: |
2424
# Build the HTML content

0 commit comments

Comments
 (0)