Skip to content

Commit

Permalink
Merge pull request #30 from umn-microsoft-automation/mermaid
Browse files Browse the repository at this point in the history
mermaid support
  • Loading branch information
FISHMANPET authored Dec 17, 2021
2 parents 120a606 + cf8624a commit 517280d
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 mkdocs-markdownextradata-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 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 517280d

Please sign in to comment.