Skip to content

bump: version 0.4.0 → 0.4.1 #10

bump: version 0.4.0 → 0.4.1

bump: version 0.4.0 → 0.4.1 #10

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
validate-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Build documentation
run: uv run mkdocs build --strict