Skip to content

PDM, Nox and Meson

PDM, Nox and Meson #2

Workflow file for this run

name: Documentation
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install PDM and Nox
run: |
pip install pdm nox
- name: Build doc
run: |
nox -s doc