This commit is contained in:
Dan Saunders
2025-08-29 22:03:38 -04:00
parent 400120af2d
commit e888e38ce7
7 changed files with 27 additions and 27 deletions

View File

@@ -26,8 +26,8 @@ jobs:
version: "latest"
- name: Install dependencies
run: |
uv pip install jupyter quartodoc
uv pip install -e .
uv pip --system install jupyter quartodoc
uv pip --system install -e .
- name: Build autodoc
run: quartodoc build
- name: Publish to GitHub Pages (and render)