fix: add fix for mkdocs-material instant reload + drawio plugin #165
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Docs | |
on: | |
push: | |
paths: | |
- docs/** | |
- mkdocs.yml | |
- README.md | |
branches: [main] | |
# Allow manual trigger (workflow_dispatch) | |
workflow_dispatch: | |
jobs: | |
publish_docs: | |
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@main |