Create main.yml

This commit is contained in:
Jakob K
2021-04-23 21:08:50 +02:00
committed by GitHub
parent 8d7e945fc4
commit 12e7513f14

16
.github/workflows/main.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 --force