mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 20:03:49 -05:00
fix: Clean before build and exclude appendices directory from Jupyter Book
This commit is contained in:
3
.github/workflows/deploy-book.yml
vendored
3
.github/workflows/deploy-book.yml
vendored
@@ -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
|
||||
|
||||
@@ -22,6 +22,7 @@ execute:
|
||||
exclude_patterns:
|
||||
- _build
|
||||
- .venv
|
||||
- appendices
|
||||
- "**/.venv/**"
|
||||
- "**/__pycache__/**"
|
||||
- "**/.DS_Store"
|
||||
|
||||
Reference in New Issue
Block a user