Action für mkdocs

This commit is contained in:
Thomas Irgang 2022-10-30 08:30:15 +01:00 committed by GitHub
parent 154a1ee37e
commit ee5076ca44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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