Commit ef4755f
Fix wiki-publish: clean stale wiki pages before copying generated content
The workflow was not removing old wiki pages before copying freshly
generated ones. When Java classes were renamed or deleted, their
corresponding wiki pages persisted because only new/updated files were
copied over the existing wiki repo.
Add a find-delete step to remove all existing .md files from the wiki
repo before copying, so git add -A properly tracks deletions alongside
additions and modifications.
Co-authored-by: mercyblitz <533114+mercyblitz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsphere-projects/microsphere-java/sessions/e3c5a18a-8246-4b36-a700-fa2fd4a543351 parent 4d91a33 commit ef4755f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments