Fetch mdBook in new location

The mdBook project was moved to the rust-lang organization, out of the
nursery organization.

https://github.com/rust-lang/mdBook/issues/1080
https://github.com/rust-lang/mdBook/pull/1083
https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-034
This commit is contained in:
Thibault Nélis 2020-04-07 20:07:00 +02:00 committed by Eric Huss
parent e0faf21107
commit 328c38c643

View File

@ -98,7 +98,7 @@ jobs:
- bash: |
set -e
mkdir mdbook
curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
echo "##vso[task.prependpath]`pwd`/mdbook"
displayName: "Install mdbook"
- bash: cargo doc --no-deps