Commit c6cc588
Fix docs deploy: copy dotfiles from dist to gh-pages
`cp -r dist/* .` skips `.nojekyll`, which meant underscore-prefixed
directories (_playground/, _framework/, _content/) were still being
stripped by Jekyll on gh-pages.github.io even after adding the
.nojekyll source file. Use `cp -rT dist .` which copies the whole
tree including dotfiles.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e0c5237 commit c6cc588
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments