Skip to content

Squashed commit of the following: #107

Squashed commit of the following:

Squashed commit of the following: #107

Workflow file for this run

name: docs
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-git-revision-date-plugin
cp -f README.md docs/README.md
mkdocs gh-deploy --force