Skip to content

Bump actions/setup-python from 5 to 6 (#450) #361

Bump actions/setup-python from 5 to 6 (#450)

Bump actions/setup-python from 5 to 6 (#450) #361

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