Skip to content

mac-iced DMG-ready: 6e UN notifications + 6c Sparkle feed + release wiring (plan 030) #6

mac-iced DMG-ready: 6e UN notifications + 6c Sparkle feed + release wiring (plan 030)

mac-iced DMG-ready: 6e UN notifications + 6c Sparkle feed + release wiring (plan 030) #6

Workflow file for this run

name: Docs PR Build
on:
pull_request:
paths:
- 'docs/**'
- 'zensical.toml'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/docs-pr.yml'
permissions:
contents: read
concurrency:
group: docs-pr-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
# setup-uv publishes no moving major tag -- v9 does not resolve.
- uses: astral-sh/setup-uv@v9.0.0
- run: uv python install 3.13
- run: uv sync --locked --group docs
- run: uv run --locked zensical build --strict