Skip to content

GitHub Action for generating sites with mkdocs-material with included PlantUML diagrams

License

Notifications You must be signed in to change notification settings

mikaelhg/mkdocs-material-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantUML support for mkdocs-material

docker build -t mikaelhg/mkdocs-material-plantuml .

Build locally

docker run --rm -it -v ${PWD}:/docs mikaelhg/mkdocs-material-plantuml

Github Actions

    - name: mkdocs build
      uses: 'docker://ghcr.io/mikaelhg/mkdocs-material-plantuml:latest'

or

    - name: mkdocs build
      uses: 'mikaelhg/mkdocs-material-plantuml@v4'