Update guide.yml

This commit is contained in:
Jakob K
2021-04-23 21:15:09 +00:00
parent 49c8b71e4f
commit 1a64d18cb5

16
.github/workflows/guide.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: ci-guide
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 -d guide