Skip to content

Commit b9e38c4

Browse files
committed
chore: update workflows config.
1 parent 993b3f6 commit b9e38c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
- run: npm install
1616
- run: npm run build
1717

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+
1825
- name: Deploy
1926
uses: peaceiris/actions-gh-pages@v3
2027
with:

0 commit comments

Comments
 (0)