Skip to content

chore: pin blackgeorge to 1.1.9 #3

chore: pin blackgeorge to 1.1.9

chore: pin blackgeorge to 1.1.9 #3

Workflow file for this run

name: docs
on:
push:
branches: [master]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
env:
SITE_URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/
REPO_URL: https://github.com/${{ github.repository }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v5
with:
python-version: "3.12"
- run: uv sync --extra dev --extra docs
- run: uv run mkdocs gh-deploy --force