Skip to content

Commit a43f35c

Browse files
committed
refactor: 更换CICD的顺序
1 parent b1efac5 commit a43f35c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync-uuid.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
- name: Ensure docId frontmatter
5555
run: pnpm exec node scripts/uuid.mjs
5656

57-
- name: Auto-commit added docIds (if any)
57+
- name: Backfill contributors & sync DB
58+
run: pnpm exec node scripts/backfill-contributors.mjs
59+
60+
- name: Auto-commit doc metadata (if any)
5861
uses: stefanzweifel/git-auto-commit-action@v5
5962
with:
6063
commit_message: "chore(docs): sync doc metadata [skip ci]" # ← 防循环
6164
file_pattern: "app/docs/**/*.md app/docs/**/*.mdx app/docs/**/*.markdown generated/doc-contributors.json"
6265

63-
- name: Backfill contributors & sync DB
64-
run: pnpm exec node scripts/backfill-contributors.mjs
65-
6666
- name: Upload snapshot JSON
6767
uses: actions/upload-artifact@v4
6868
with:

0 commit comments

Comments
 (0)