Skip to content

Commit 24fcee8

Browse files
ci: exclude private workflow and spec dirs from sync
Add rsync exclusions for workflow/ and 编写规范/ directories to prevent internal documents from being synced to LocoWiki. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cad23dc commit 24fcee8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-to-locowiki.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
rsync -av --delete \
8484
--exclude='_archive/***' \
8585
--exclude='*/_archive/***' \
86+
--exclude='workflow/***' \
87+
--exclude='编写规范/***' \
8688
--exclude='*.bak' \
8789
--exclude='*复制版本*' \
8890
--include='*/' \

0 commit comments

Comments
 (0)