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:
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 :
You can’t perform that action at this time.
0 commit comments