We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f128b commit d0361f3Copy full SHA for d0361f3
.github/workflows/sync-uuid.yml
@@ -61,10 +61,7 @@ jobs:
61
uses: stefanzweifel/git-auto-commit-action@v5
62
with:
63
commit_message: "chore(docs): sync doc metadata [skip ci]" # ← 防循环
64
- file_pattern: |
65
- app/docs/**/*.md
66
- app/docs/**/*.mdx
67
- generated/doc-contributors.json
+ file_pattern: "app/docs/**/*.md app/docs/**/*.mdx generated/doc-contributors.json"
68
69
- name: Upload snapshot JSON
70
uses: actions/upload-artifact@v4
0 commit comments