Skip to content

Commit 31d647d

Browse files
committed
chore: update workflows config.
1 parent 6ccb2dd commit 31d647d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
name: Build and Deploy npm-unpkg
1+
name: CI
32
on:
43
push:
54
branches:
@@ -16,6 +15,13 @@ jobs:
1615
- run: npm install
1716
- run: npm run build
1817

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: build/CONTRIBUTORS.svg
23+
avatarSize: 42
24+
1925
- name: Deploy
2026
uses: peaceiris/actions-gh-pages@v3
2127
with:

0 commit comments

Comments
 (0)