This commit is contained in:
Dan Saunders
2025-08-29 22:10:10 -04:00
parent e888e38ce7
commit 367f7eb3a6
7 changed files with 37 additions and 29 deletions

View File

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