Skip to content

Commit 1a60f99

Browse files
committed
Pull in unreleased mdbook fixes
1 parent d7dfa26 commit 1a60f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
- name: Get mdBook
1818
run: |
19-
export MDBOOK_VERSION="v0.4.4"
19+
export MDBOOK_VERSION="dtolnay"
2020
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
21-
export MDBOOK_URL="https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/${MDBOOK_TARBALL}"
21+
export MDBOOK_URL="https://github.com/rust-lang/mdBook/releases/download/cxx/${MDBOOK_TARBALL}"
2222
curl -Lf "${MDBOOK_URL}" | tar -xzC book
2323
2424
- name: Build

0 commit comments

Comments
 (0)