Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install
run: make sync
- name: Deploy
run: make deploy-docs