include quartodoc build step

This commit is contained in:
Dan Saunders
2025-03-20 09:24:38 -04:00
parent 2653f170fc
commit b03d96a228

View File

@@ -20,9 +20,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: install dependencies
- name: Install dependencies
run: |
python3 -m pip install jupyter
python3 -m pip install jupyter quartodoc
- name: Build autodoc
run: quartodoc build
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with: