mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-30 10:13:57 -05:00
debug: Add directory listing after build to diagnose missing HTML output
This commit is contained in:
6
.github/workflows/deploy-book.yml
vendored
6
.github/workflows/deploy-book.yml
vendored
@@ -55,6 +55,12 @@ jobs:
|
|||||||
cd book
|
cd book
|
||||||
jupyter-book clean . || true
|
jupyter-book clean . || true
|
||||||
jupyter-book build .
|
jupyter-book build .
|
||||||
|
echo "=== Contents of book after build ==="
|
||||||
|
ls -la
|
||||||
|
echo "=== Contents of _build (if exists) ==="
|
||||||
|
ls -la _build/ || echo "_build doesn't exist"
|
||||||
|
echo "=== Contents of _build/html (if exists) ==="
|
||||||
|
ls -la _build/html/ || echo "_build/html doesn't exist"
|
||||||
|
|
||||||
- name: Upload book artifact
|
- name: Upload book artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user