Workflow für Docs

This commit is contained in:
Tom Irgang 2023-04-16 12:11:45 +02:00
parent 9d7131c419
commit d5a0956925

15
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: ci
on:
push:
branches:
- 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