Merge pull request #4 from UrbanCode/final-fix #6
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: Create static site from markdown files using MkDocs | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
jobs: | |
deploy: | |
uses: UrbanCode/reusable-workflows/.github/workflows/mkdocs-deploy.yml@main |