fix: Clean before build and exclude appendices directory from Jupyter Book

This commit is contained in:
Vijay Janapa Reddi
2025-11-08 18:52:25 -05:00
parent b4dbc99cc0
commit 7b00c46225
2 changed files with 3 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ jobs:
- name: Build Jupyter Book
run: |
cd book
jupyter-book build .
jupyter-book clean . || true
jupyter-book build . --all
- name: Upload book artifact
uses: actions/upload-pages-artifact@v3