Skip to content

Commit 5ca585c

Browse files
bors[bot]James Munns
and
James Munns
authored
Merge #205
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>
2 parents 432ca26 + 7395ddb commit 5ca585c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ main() {
44
local tag=$(git ls-remote --tags --refs --exit-code \
55
https://github.com/rust-lang-nursery/mdbook \
66
| cut -d/ -f3 \
7-
| grep -E '^v[0.1.0-9.]+$' \
7+
| grep -E '^v[0-9\.]+$' \
88
| sort --version-sort \
99
| tail -n1)
10-
# Temporarily use older version until packages are available for 0.2.2 (or newer)
11-
local tag="v0.2.1"
10+
1211
curl -LSfs https://japaric.github.io/trust/install.sh | \
1312
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
1413

0 commit comments

Comments
 (0)