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 f9848dd commit 61c8cd4Copy full SHA for 61c8cd4
.github/workflows/ci.yml
@@ -39,6 +39,14 @@ jobs:
39
head-ref: ${{steps.create_tag.outputs.version}}
40
filter-author: (小弟调调™|Renovate Bot)
41
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
50
51
- name: Deploy
52
uses: peaceiris/actions-gh-pages@v3
0 commit comments