We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993b3f6 commit b9e38c4Copy full SHA for b9e38c4
.github/workflows/ci.yml
@@ -15,6 +15,13 @@ jobs:
15
- run: npm install
16
- run: npm run build
17
18
+ - name: Generate Contributors Images
19
+ uses: jaywcjlove/github-action-contributors@main
20
+ with:
21
+ filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
22
+ output: dist/CONTRIBUTORS.svg
23
+ avatarSize: 42
24
+
25
- name: Deploy
26
uses: peaceiris/actions-gh-pages@v3
27
with:
0 commit comments