Skip to content

Commit

Permalink
Merge #205
Browse files Browse the repository at this point in the history
205: Fixup book CI r=adamgreig a=jamesmunns

mdbook now has binary releases: /~https://github.com/rust-lang-nursery/mdBook/releases

Edit:

closes #59

Co-authored-by: James Munns <james.munns@ferrous-systems.com>
  • Loading branch information
bors[bot] and James Munns authored Aug 27, 2019
2 parents 432ca26 + 7395ddb commit 5ca585c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ main() {
local tag=$(git ls-remote --tags --refs --exit-code \
/~https://github.com/rust-lang-nursery/mdbook \
| cut -d/ -f3 \
| grep -E '^v[0.1.0-9.]+$' \
| grep -E '^v[0-9\.]+$' \
| sort --version-sort \
| tail -n1)
# Temporarily use older version until packages are available for 0.2.2 (or newer)
local tag="v0.2.1"

curl -LSfs https://japaric.github.io/trust/install.sh | \
sh -s -- --git rust-lang-nursery/mdbook --tag $tag

Expand Down

0 comments on commit 5ca585c

Please sign in to comment.