Skip to content

Deploy cgit on turing #1212

Deploy cgit on turing

Deploy cgit on turing #1212

Workflow file for this run

name: Test documentation
on:
pull_request:
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
activate-environment: true
- name: Install dependencies
run: uv sync --frozen --only-group docs
- name: Build docs
run: uv run task build-docs