We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c287042 commit 7d759afCopy full SHA for 7d759af
.github/workflows/deploy-books.yaml
@@ -61,6 +61,13 @@ jobs:
61
# Copy demo build to docs/book/demo for serving
62
mkdir -p docs/book/demo
63
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"
71
72
- name: Setup Pages
73
uses: actions/configure-pages@v4
0 commit comments