Skip to content

docs: add jupyter notebook support #32

docs: add jupyter notebook support

docs: add jupyter notebook support #32

name: Publish documentation to GitHub Pages
on:
push:
branches:
- main
- 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 -U ".[doc]"
- run: mkdocs gh-deploy --force