Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- name: Set up Python
run: uv python install 3.12

- name: Validate notebook structure
run: python docs-site/scripts/validate-notebooks.py
# TODO: Re-enable after fixing notebook descriptions (see PR #91)
# - name: Validate notebook structure
# run: python docs-site/scripts/validate-notebooks.py

- name: Convert notebooks to HTML
run: uv run --group case-studies python docs-site/scripts/convert-notebooks.py
Expand Down