Skip to content

docs: refactor to pyproject.toml, uv and subdirectory for markdown files #77

docs: refactor to pyproject.toml, uv and subdirectory for markdown files

docs: refactor to pyproject.toml, uv and subdirectory for markdown files #77

Workflow file for this run

name: Docs test
on:
pull_request:
paths:
- docs/**
- .github/workflows/ci-docs_test.yaml
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v4
with:
version: 'latest'
enable-cache: true
cache-dependency-glob: "docs/uv.lock"
- name: Setup Python
working-directory: docs/
run: uv python install
- name: Build MkDocs Pages
working-directory: docs/
run: uv run mkdocs build --strict