Skip to content

Bump markdown from 3.7 to 3.8.1 in /tools/repo_stats #651

Bump markdown from 3.7 to 3.8.1 in /tools/repo_stats

Bump markdown from 3.7 to 3.8.1 in /tools/repo_stats #651

Workflow file for this run

name: Check docs
on:
pull_request:
branches: [main]
jobs:
check:
name: Check docs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Sync dependencies
run: uv sync
- name: Build docs
run: uv run mkdocs build -d build --strict
- name: Upload docs
uses: actions/upload-artifact@v6
with:
name: docs
path: build