Skip to content

Merge pull request #876 from guillett/patch-1 #237

Merge pull request #876 from guillett/patch-1

Merge pull request #876 from guillett/patch-1 #237

Workflow file for this run

name: docs
on:
push:
branches-ignore:
- 'wip-*'
pull_request:
branches-ignore:
- 'wip-*'
env:
FORCE_COLOR: '1'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- run: |
uv sync --all-groups
uv run sphinx-build docs build/sphinx/html --fail-on-warning