Skip to content

feat: queue limit (#6) #7

feat: queue limit (#6)

feat: queue limit (#6) #7

Workflow file for this run

name: Docs
on:
push:
branches: [master]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
with:
python-version: "3.12"
- run: uv sync --group docs
- run: uv run mkdocs gh-deploy --force