File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,9 @@ jobs:
252
252
steps :
253
253
- template : ci/azure-install-rust.yml
254
254
- script : |
255
- which mdbook || cargo install mdbook
256
- which mdbook-linkcheck || cargo install mdbook-linkcheck
255
+ set -e
256
+ curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.3.0/mdbook-v0.3.0-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
257
+ echo "##vso[task.prependpath]$PWD"
257
258
displayName: "Install mdbook"
258
259
- script : (cd guide && mv _theme theme && mdbook build)
259
260
- task : PublishPipelineArtifact@0
Original file line number Diff line number Diff line change @@ -4,5 +4,7 @@ multilingual = false
4
4
src = " src"
5
5
title = " The `wasm-bindgen` Guide"
6
6
7
+ [build ]
8
+ build-dir = " book/html"
9
+
7
10
[output .html ]
8
- [output .linkcheck ]
You can’t perform that action at this time.
0 commit comments