mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
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:
parent
e0faf21107
commit
328c38c643
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user