Skip to content

Commit

Permalink
Pull in unreleased mdbook fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 14, 2020
1 parent d7dfa26 commit 909bb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

- name: Get mdBook
run: |
export MDBOOK_VERSION="v0.4.4"
export MDBOOK_VERSION="dtolnay"
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
export MDBOOK_URL="https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/${MDBOOK_TARBALL}"
export MDBOOK_URL="https://github.com/dtolnay/mdBook/releases/download/cxx/${MDBOOK_TARBALL}"
curl -Lf "${MDBOOK_URL}" | tar -xzC book
- name: Build
Expand Down

0 comments on commit 909bb36

Please sign in to comment.