Skip to content

minor typo fixes

minor typo fixes #39

Workflow file for this run

name: docs
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- run: pip install poetry
- run: poetry install
- run: poetry run mkdocs gh-deploy --force