We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad76b7 commit 57bdad9Copy full SHA for 57bdad9
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Get mdBook
15
run: |
16
- export MDBOOK_VERSION="v0.4.2"
+ export MDBOOK_VERSION="v0.4.5"
17
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
18
export MDBOOK_URL="https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/${MDBOOK_TARBALL}"
19
curl -Lf "${MDBOOK_URL}" | tar -xz
0 commit comments