mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 09:40:52 +00:00
Update mdbook install
This commit is contained in:
parent
d71ab78fc6
commit
b7b92cffe2
@ -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
|
||||
|
@ -4,5 +4,7 @@ multilingual = false
|
||||
src = "src"
|
||||
title = "The `wasm-bindgen` Guide"
|
||||
|
||||
[build]
|
||||
build-dir = "book/html"
|
||||
|
||||
[output.html]
|
||||
[output.linkcheck]
|
||||
|
Loading…
x
Reference in New Issue
Block a user