Skip to content

Correct misnamed arg; add impl notes in docs #23

Correct misnamed arg; add impl notes in docs

Correct misnamed arg; add impl notes in docs #23

Workflow file for this run

name: publish-docs
on:
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~=9.4 mkdocstrings-python~=1.7
- run: mkdocs gh-deploy --force