We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7539d commit 3820b99Copy full SHA for 3820b99
1 file changed
.github/workflows/ci.yml
@@ -13,12 +13,8 @@ jobs:
13
with:
14
node-version: 16
15
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
-
+ - run: npm -v
+ - run: node -v
22
- run: npm install
23
- run: npm run build
24
- run: node run dash
@@ -29,6 +25,13 @@ jobs:
29
25
- run: cp -rp .deploy/linux-command.docset/linux-command.docset.zip ./
30
26
31
27
- run: rm -rf .deploy/linux-command.docset
28
+
+ - name: Generate Contributors Images
+ uses: jaywcjlove/github-action-contributors@main
+ with:
32
+ filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
33
+ avatarSize: 42
34
35
- run: cp CONTRIBUTORS.svg .deploy
36
37
- name: Create Tag
0 commit comments