Commit 9bcfbd3
committed
fix: Use rsync --delete to clear removed files in target repos
GitHub Actions workflow now syncs files with rsync --delete flag:
- Copies new/modified files from build to target repo
- Removes files that were deleted from source
- Replaces manual rm and cp with atomic rsync operation
Fixes issue where deleted files persisted in target repositories,
creating stale code illusion. Now all 9 target repos stay in sync.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 4a62535 commit 9bcfbd3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments