Skip to content

Commit 74a65d4

Browse files
authored
Update sync-posts.yml
1 parent 13d6c9a commit 74a65d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-posts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Sync Posts from Notes Repo
2020
run: |
2121
# 清空现有文章
22-
# rm -rf content/post/*
22+
rm -rf content/post/*
2323
2424
# 克隆笔记库的publish目录
2525
git clone --depth 1 --filter=blob:none --sparse https://${{ secrets.PAT }}@github.com/NilCent/codenote.git temp-notes

0 commit comments

Comments
 (0)