Skip to content

Commit 607b5bd

Browse files
author
bors-servo
authored
Auto merge of #786 - emilio:mdbook-ci, r=fitzgen
Pin the mdbook version for CI. Fixes #779.
2 parents 8f756be + 9b4bd6b commit 607b5bd

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)