Skip to content

Commit

Permalink
Version (#36)
Browse files Browse the repository at this point in the history
Pinning mkdocs version to fix build failure
  • Loading branch information
FISHMANPET authored Apr 25, 2022
1 parent 57161b1 commit 7fbe038
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 @@ -46,7 +46,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 mkdocs-markdownextradata-plugin mkdocs-mermaid2-plugin" | docker build -t squidfunk/mkdocs-material -
echo -e "FROM squidfunk/mkdocs-material:8.2.9 \n RUN pip install mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin mkdocs-markdownextradata-plugin mkdocs-mermaid2-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 7fbe038

Please sign in to comment.