Skip to content

v0.10.0

v0.10.0 #5

Workflow file for this run

name: docs
on:
release:
types: [published]
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up nox
uses: wntrblm/[email protected]
with:
python-versions: '3.11'
- name: Set up deploy git user
run: |
git config --global user.name docs-deploy
git config --global user.email [email protected]
- name: Release docs website
run: nox -s docs_deploy -- --push