Skip to content

update

update #52

Workflow file for this run

name: documentation
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install -U mkdocs-material mkdocs-jupyter mkdocs-autorefs mkdocs-bibtex mkdocs-redirects
- run: pip install -U 'mkdocstrings[python]'
- run: mkdocs gh-deploy --force