mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-23 09:30:45 +00:00
Pull in unreleased mdbook fixes
This commit is contained in:
parent
d7dfa262de
commit
909bb36da2
4
.github/workflows/site.yml
vendored
4
.github/workflows/site.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user