Skip to content

Commit ba35eb1

Browse files
committed
chore: update workflows config.
1 parent 2311d5d commit ba35eb1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Website
1+
name: CI
22
on:
33
push:
44
branches:
@@ -16,6 +16,13 @@ jobs:
1616
- run: npm install
1717
- run: node scripts/build.mjs
1818

19+
- name: Generate Contributors Images
20+
uses: jaywcjlove/github-action-contributors@main
21+
with:
22+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
23+
output: build/CONTRIBUTORS.svg
24+
avatarSize: 42
25+
1926
- name: Deploy
2027
uses: peaceiris/actions-gh-pages@v3
2128
with:

0 commit comments

Comments
 (0)