Commit 6c935f4
fix(deploy): Include slides directory in GitHub Pages deployment
The deploy workflow was only copying the demos/ directory to the
GitHub Pages site, causing all slide URLs to return 404 errors.
Changes:
- Add slides/** to trigger paths so deployment runs on slide changes
- Copy slides/ directory to _site/ alongside demos/
This fixes: #29
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 7747f4c commit 6c935f4
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments