Skip to content

docs(index): extract pagination recipe and restructure Errors blurb #3

docs(index): extract pagination recipe and restructure Errors blurb

docs(index): extract pagination recipe and restructure Errors blurb #3

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/docs.yml"
workflow_dispatch:
concurrency:
group: docs-deploy
cancel-in-progress: true
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: extractions/setup-just@v4
- uses: astral-sh/setup-uv@v8.2.0
- run: just docs-deploy