Commit 431b877
Fix gh-pages deploy: clean untracked build artifacts before commit
Build artifacts (dist/, internal/, webmanager/) were leaking into
the gh-pages branch because git checkout doesn't remove untracked
files. Add git clean -fd after switching branches.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1cbe420 commit 431b877
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments