Skip to content

added jupyter notebooks to the html documentation #33

added jupyter notebooks to the html documentation

added jupyter notebooks to the html documentation #33

Workflow file for this run

name: mkdocs
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
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 mkdocstrings[python] mkdocs-jupyter
- run: mkdocs gh-deploy --force