File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 41
41
testResultsFiles : ' $(Common.TestResultsDirectory)/Test-$(Build.SourceVersion).xml'
42
42
failTaskOnFailedTests : ${{ parameters.FailOnTestFailure }}
43
43
- script : |
44
- 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 -
44
+ 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 -
45
45
docker run --rm -v ${PWD}:/docs -v $(Build.ArtifactStagingDirectory):/docs/site squidfunk/mkdocs-material build
46
46
displayName: mkdocs-material build
47
47
- publish : $(Build.ArtifactStagingDirectory)
You can’t perform that action at this time.
0 commit comments