Create mkdocs.yml

This commit is contained in:
Yair Morgenstern 2022-02-23 20:34:26 +02:00 committed by GitHub
parent d255bf3fa7
commit 531c685d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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