File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ jobs:
54
54
- name : Ensure docId frontmatter
55
55
run : pnpm exec node scripts/uuid.mjs
56
56
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)
58
61
uses : stefanzweifel/git-auto-commit-action@v5
59
62
with :
60
63
commit_message : " chore(docs): sync doc metadata [skip ci]" # ← 防循环
61
64
file_pattern : " app/docs/**/*.md app/docs/**/*.mdx app/docs/**/*.markdown generated/doc-contributors.json"
62
65
63
- - name : Backfill contributors & sync DB
64
- run : pnpm exec node scripts/backfill-contributors.mjs
65
-
66
66
- name : Upload snapshot JSON
67
67
uses : actions/upload-artifact@v4
68
68
with :
You can’t perform that action at this time.
0 commit comments