Skip to content

Commit abd52bc

Browse files
committed
Emit mdBook version into build log
Allows confirming that we've picked up the fix for https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html
1 parent 26cd914 commit abd52bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
2121
export MDBOOK_URL="https://github.com/dtolnay/mdBook/releases/download/cxx/${MDBOOK_TARBALL}"
2222
curl -Lf "${MDBOOK_URL}" | tar -xzC book
23+
book/mdbook --version
2324
2425
- name: Build
2526
run: book/build.sh

0 commit comments

Comments
 (0)