Skip to content

Commit

Permalink
Don't flag published docs as experimental
Browse files Browse the repository at this point in the history
They're canonical now
  • Loading branch information
alexcrichton committed May 7, 2021
1 parent 44fb4ad commit c8fb41f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
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)
- script: (cd guide && mdbook build)
- task: PublishPipelineArtifact@0
inputs:
artifactName: doc_book
Expand Down
44 changes: 0 additions & 44 deletions guide/_theme/header.hbs

This file was deleted.

0 comments on commit c8fb41f

Please sign in to comment.