Skip to content

Commit

Permalink
Pin the mdbook version for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jul 4, 2017
1 parent d0df1b9 commit 9b4bd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/deploy-book.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -xeu
cd "$(dirname "$0")/../book"

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

# Get the git revision we are on.
Expand Down
2 changes: 1 addition & 1 deletion ci/test-book.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -xeu
cd "$(dirname "$0")/../book"

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

mdbook build
Expand Down

0 comments on commit 9b4bd6b

Please sign in to comment.