Update mdbook install

This commit is contained in:
Alex Crichton 2019-06-19 12:02:02 -07:00
parent d71ab78fc6
commit b7b92cffe2
2 changed files with 6 additions and 3 deletions

View File

@ -252,8 +252,9 @@ jobs:
steps:
- template: ci/azure-install-rust.yml
- script: |
which mdbook || cargo install mdbook
which mdbook-linkcheck || cargo install mdbook-linkcheck
set -e
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 -
echo "##vso[task.prependpath]$PWD"
displayName: "Install mdbook"
- script: (cd guide && mv _theme theme && mdbook build)
- task: PublishPipelineArtifact@0

View File

@ -4,5 +4,7 @@ multilingual = false
src = "src"
title = "The `wasm-bindgen` Guide"
[build]
build-dir = "book/html"
[output.html]
[output.linkcheck]