We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fb4ad commit c8fb41fCopy full SHA for c8fb41f
azure-pipelines.yml
@@ -287,7 +287,7 @@ jobs:
287
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 -
288
echo "##vso[task.prependpath]$PWD"
289
displayName: "Install mdbook"
290
- - script: (cd guide && mv _theme theme && mdbook build)
+ - script: (cd guide && mdbook build)
291
- task: PublishPipelineArtifact@0
292
inputs:
293
artifactName: doc_book
guide/_theme/header.hbs
0 commit comments