Skip to content

update docs

update docs #6

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: "pip" # caching pip dependencies
- run: |
pip install -r docs/requirements.txt
# export JUPYTER_PLATFORM_DIRS=1
# jupyter --paths
mkdocs gh-deploy --force