Skip to content

Commit c8fb41f

Browse files
committed
Don't flag published docs as experimental
They're canonical now
1 parent 44fb4ad commit c8fb41f

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
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 -
288288
echo "##vso[task.prependpath]$PWD"
289289
displayName: "Install mdbook"
290-
- script: (cd guide && mv _theme theme && mdbook build)
290+
- script: (cd guide && mdbook build)
291291
- task: PublishPipelineArtifact@0
292292
inputs:
293293
artifactName: doc_book

guide/_theme/header.hbs

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)