mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 18:14:11 -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
|
||||
|
||||
Reference in New Issue
Block a user