File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ trigger:
4
4
jobs :
5
5
- job : publish
6
6
steps :
7
- - script : |
8
- set -e
9
- curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.1/mdbook-v0.2.1-x86_64-unknown-linux-musl.tar.gz | tar xzf -
10
- echo "##vso[task.prependpath]$PWD"
11
- displayName: Install mdbook
12
7
- task : UseRubyVersion@0
13
8
inputs :
14
9
versionSpec : ' >= 2.4'
21
16
curl https://sh.rustup.rs -sSf | sh -s -- -y
22
17
echo "##vso[task.prependpath]$HOME/.cargo/bin"
23
18
displayName: Install rust
19
+ # Temporarily disable using pre-built binaries until
20
+ # https://github.com/rust-lang-nursery/mdBook/issues/820 is fixed.
21
+ # - script: |
22
+ # set -e
23
+ # curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.1/mdbook-v0.2.1-x86_64-unknown-linux-musl.tar.gz | tar xzf -
24
+ # echo "##vso[task.prependpath]$PWD"
25
+ - script : cargo install mdbook --version 0.2.3
26
+ displayName : Install mdbook
24
27
- script : ./ci/build.sh
25
28
displayName : Build site
26
29
- script : |
You can’t perform that action at this time.
0 commit comments