We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956b5af commit 5b141bdCopy full SHA for 5b141bd
1 file changed
.github/workflows/deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Install latest mdbook
18
run: |
19
tag=$(curl 'https://api.github.com/repos/rust-lang/mdbook/releases/latest' | jq -r '.tag_name')
20
+ tag="v0.4.52"
21
tag2=$(curl 'https://api.github.com/repos/badboy/mdbook-toc/releases/latest' | jq -r '.tag_name')
22
url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
23
url2="https://github.com/badboy/mdbook-toc/releases/download/${tag2}/mdbook-toc-${tag2}-x86_64-unknown-linux-gnu.tar.gz"
0 commit comments