Skip to content

Migrate from Poetry to uv, bump Python to >=3.11 #44

Migrate from Poetry to uv, bump Python to >=3.11

Migrate from Poetry to uv, bump Python to >=3.11 #44

Workflow file for this run

name: Build Docs
on:
pull_request:
paths:
- 'docs/**'
- 'mkdocs.yml'
- '**.md'
- '**.ipynb'
- '**.sh'
- '**.css'
- '**.js'
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/python-poetry-env
- name: Build docs
run: uv run mkdocs build