Skip to content

Commit 5b141bd

Browse files
author
Mitchell R. Vollger
committed
.
1 parent 956b5af commit 5b141bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Install latest mdbook
1818
run: |
1919
tag=$(curl 'https://api.github.com/repos/rust-lang/mdbook/releases/latest' | jq -r '.tag_name')
20+
tag="v0.4.52"
2021
tag2=$(curl 'https://api.github.com/repos/badboy/mdbook-toc/releases/latest' | jq -r '.tag_name')
2122
url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
2223
url2="https://github.com/badboy/mdbook-toc/releases/download/${tag2}/mdbook-toc-${tag2}-x86_64-unknown-linux-gnu.tar.gz"

0 commit comments

Comments
 (0)