Skip to content

switch to uv package manager and python 3.13 #233

switch to uv package manager and python 3.13

switch to uv package manager and python 3.13 #233

Workflow file for this run

name: GitHub Pages Deploy
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.7"
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- name: Deploy
run: uv run mkdocs gh-deploy --remote-branch gh-pages --force