Michel-FK 07c5893646 add MkDocs
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
2020-12-03 19:03:11 +01:00

16 lines
322 B
YAML

name: ci
on:
push:
branches:
- source
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 --remote-branch master