Skip to content

Commit 7d759af

Browse files
committed
Debug GitHub Pages deployment structure
1 parent c287042 commit 7d759af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy-books.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
# Copy demo build to docs/book/demo for serving
6262
mkdir -p docs/book/demo
6363
cp -r demo/build/* docs/book/demo/
64+
# Verify the structure
65+
echo "Documentation files:"
66+
ls -la docs/book/
67+
echo "Demo files:"
68+
ls -la docs/book/demo/
69+
# Ensure demo doesn't overwrite the main index.html
70+
echo "Demo copied to /demo/ subdirectory"
6471
6572
- name: Setup Pages
6673
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)