Skip to content

Commit 61c8cd4

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent f9848dd commit 61c8cd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
head-ref: ${{steps.create_tag.outputs.version}}
4040
filter-author: (小弟调调™|Renovate Bot)
4141
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
42+
43+
- name: Generate Contributors Images
44+
uses: jaywcjlove/github-action-contributors@main
45+
with:
46+
token: ${{ secrets.GITHUB_TOKEN }}
47+
filter-author: 'renovate\\[bot\\]'
48+
output: build/CONTRIBUTORS.svg
49+
avatarSize: 36
4250

4351
- name: Deploy
4452
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)