Skip to content

ci(pre-commit.ci): autoupdate (#46) #16

ci(pre-commit.ci): autoupdate (#46)

ci(pre-commit.ci): autoupdate (#46) #16

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
docs:
name: Deploy Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
- uses: astral-sh/setup-uv@v6
- name: Deploy documentation
run: uv run --group docs mkdocs gh-deploy --strict --force