inital test of gh-pages docs with mkdocs

This commit is contained in:
joBr99
2022-06-11 18:16:50 +02:00
parent 0b0d3df5ca
commit 43004b66c2
4 changed files with 114 additions and 0 deletions

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

@@ -0,0 +1,16 @@
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 mkdocs-video markdown-include
- run: mkdocs gh-deploy --force