Skip to content

Commit 9b4bd6b

Browse files
committed
Pin the mdbook version for CI.
Fixes #779.
1 parent d0df1b9 commit 9b4bd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/deploy-book.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -xeu
44
cd "$(dirname "$0")/../book"
55

66
# Ensure mdbook is installed.
7-
cargo install mdbook || true
7+
cargo install mdbook --vers "^0.0.22" || true
88
export PATH="$PATH:~/.cargo/bin"
99

1010
# Get the git revision we are on.

ci/test-book.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -xeu
44
cd "$(dirname "$0")/../book"
55

6-
cargo install mdbook || true
6+
cargo install mdbook --vers "^0.0.22" || true
77
export PATH="$PATH:~/.cargo/bin"
88

99
mdbook build

0 commit comments

Comments
 (0)