Skip to content

Commit 3820b99

Browse files
committed
chore: update workflows config.
1 parent cb7539d commit 3820b99

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ jobs:
1313
with:
1414
node-version: 16
1515

16-
- name: Generate Contributors Images
17-
uses: jaywcjlove/github-action-contributors@main
18-
with:
19-
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
20-
avatarSize: 42
21-
16+
- run: npm -v
17+
- run: node -v
2218
- run: npm install
2319
- run: npm run build
2420
- run: node run dash
@@ -29,6 +25,13 @@ jobs:
2925
- run: cp -rp .deploy/linux-command.docset/linux-command.docset.zip ./
3026

3127
- run: rm -rf .deploy/linux-command.docset
28+
29+
- name: Generate Contributors Images
30+
uses: jaywcjlove/github-action-contributors@main
31+
with:
32+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
33+
avatarSize: 42
34+
3235
- run: cp CONTRIBUTORS.svg .deploy
3336

3437
- name: Create Tag

0 commit comments

Comments
 (0)