Skip to content

Error handling (#62) #13

Error handling (#62)

Error handling (#62) #13

Workflow file for this run

---
name: Publish docs
"on":
push:
branches:
- "master"
permissions:
contents: write
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install and build
run: |
python -VV
python -m site
python -m pip install -U pip wheel setuptools
python -m pip install -e .[dev]
make html
- name: Publish
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/html