We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d6c9a commit 74a65d4Copy full SHA for 74a65d4
.github/workflows/sync-posts.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Sync Posts from Notes Repo
20
run: |
21
# 清空现有文章
22
- # rm -rf content/post/*
+ rm -rf content/post/*
23
24
# 克隆笔记库的publish目录
25
git clone --depth 1 --filter=blob:none --sparse https://${{ secrets.PAT }}@github.com/NilCent/codenote.git temp-notes
0 commit comments