Skip to content

Update project to use uv + updating deps (#443) #360

Update project to use uv + updating deps (#443)

Update project to use uv + updating deps (#443) #360

Workflow file for this run

name: Deploy docs
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Sync dependencies
run: uv sync
- name: Deploy docs
run: uv run mkdocs gh-deploy --force