Skip to content

Commit 9a28192

Browse files
committed
feat(workflows): 更新排除目录列表以包含插件目录
1 parent 30ef34c commit 9a28192

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-redc-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
# --- B. 遍历处理 ---
116116
repo_root = '.'
117-
exclude = {'.git', '.github', 'public', 'previous_build', '.gitignore', 'index.html'}
117+
exclude = {'.git', '.github', 'public', 'previous_build', '.gitignore', 'index.html', 'plugins'}
118118
119119
# 标记本次构建是否有更新 (如果没有更新,甚至可以不提交 index.json,但为了更新时间戳还是提交吧)
120120
has_changes = False

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
}
4343
4444
repo_root = '.'
45-
exclude_dirs = {'.git', '.github', 'public', 'previous_build', '__pycache__'}
45+
exclude_dirs = {'.git', '.github', 'public', 'previous_build', '__pycache__', 'plugins'}
4646
4747
# ==========================================
4848
# 主校验逻辑

0 commit comments

Comments
 (0)