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 a43f35c commit 98f128bCopy full SHA for 98f128b
.github/workflows/sync-uuid.yml
@@ -61,7 +61,10 @@ jobs:
61
uses: stefanzweifel/git-auto-commit-action@v5
62
with:
63
commit_message: "chore(docs): sync doc metadata [skip ci]" # ← 防循环
64
- file_pattern: "app/docs/**/*.md app/docs/**/*.mdx app/docs/**/*.markdown generated/doc-contributors.json"
+ file_pattern: |
65
+ app/docs/**/*.md
66
+ app/docs/**/*.mdx
67
+ generated/doc-contributors.json
68
69
- name: Upload snapshot JSON
70
uses: actions/upload-artifact@v4
0 commit comments