We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432ca26 commit 7395ddbCopy full SHA for 7395ddb
ci/install.sh
@@ -4,11 +4,10 @@ main() {
4
local tag=$(git ls-remote --tags --refs --exit-code \
5
https://github.com/rust-lang-nursery/mdbook \
6
| cut -d/ -f3 \
7
- | grep -E '^v[0.1.0-9.]+$' \
+ | grep -E '^v[0-9\.]+$' \
8
| sort --version-sort \
9
| tail -n1)
10
- # Temporarily use older version until packages are available for 0.2.2 (or newer)
11
- local tag="v0.2.1"
+
12
curl -LSfs https://japaric.github.io/trust/install.sh | \
13
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
14
0 commit comments