Skip to content

Commit

Permalink
Merge pull request #130 from sustainable-computing-io/mkdocs
Browse files Browse the repository at this point in the history
explicitly install mkdocs
  • Loading branch information
rootfs authored Jan 10, 2024
2 parents f7066fc + 10ba1f3 commit 217913b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mkdocs-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
+: |
gomplate.ca^v3.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: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 217913b

Please sign in to comment.