Skip to content

Commit

Permalink
Update umn-mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FISHMANPET committed Jan 20, 2021
1 parent a02b3b9 commit 4e62df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/umn-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
testResultsFiles: '$(Common.TestResultsDirectory)/Test-$(Build.SourceVersion).xml'
failTaskOnFailedTests: ${{ parameters.FailOnTestFailure }}
- script: |
echo -e "FROM squidfunk/mkdocs-material \n RUN pip install mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin" | docker build -t squidfunk/mkdocs-material -
echo -e "FROM squidfunk/mkdocs-material \n RUN pip install mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin mkdocs-markdownextradata-plugin" | docker build -t squidfunk/mkdocs-material -
docker run --rm -v ${PWD}:/docs -v $(Build.ArtifactStagingDirectory):/docs/site squidfunk/mkdocs-material build
displayName: mkdocs-material build
- publish: $(Build.ArtifactStagingDirectory)
Expand Down

0 comments on commit 4e62df1

Please sign in to comment.