Merge pull request #147 from maryamtahhan/hotfix-gsg #96
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
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.11.0' | |
- uses: pkgxdev/setup@v1 | |
with: | |
+: gomplate.ca@3.11.4 | |
- run: pip install mkdocs | |
- run: pip install mkdocs-material mkdocs-static-i18n | |
- run: gomplate -d adopters=./data/adopters.yaml -f templates/adopters.md -o docs/project/adopters.md | |
- run: python -m mkdocs gh-deploy --force |