build(#16): Add CI for mkdocs

This commit is contained in:
Josh Creek
2022-10-20 19:21:05 +01:00
parent 57612eeb3e
commit dccc0779a2
+16
View File
@@ -0,0 +1,16 @@
name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force