Skip to content

Commit 9c11f67

Browse files
authored
Merge pull request rust-lang#233 from ehuss/update-mdbook
Update mdbook
2 parents 5ad76b7 + 57bdad9 commit 9c11f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Get mdBook
1515
run: |
16-
export MDBOOK_VERSION="v0.4.2"
16+
export MDBOOK_VERSION="v0.4.5"
1717
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
1818
export MDBOOK_URL="https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/${MDBOOK_TARBALL}"
1919
curl -Lf "${MDBOOK_URL}" | tar -xz

0 commit comments

Comments
 (0)