Skip to content

Commit ad0a3c1

Browse files
committed
chore: update workflows config.
1 parent 551306e commit ad0a3c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

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

16-
- run: npm install
17-
- run: npm run build
18-
- run: npm run dash
19-
- run: rm -rf .deploy/linux-command.docset
20-
2116
- name: Generate Contributors Images
2217
uses: jaywcjlove/github-action-contributors@main
2318
with:
2419
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
25-
output: .deploy/CONTRIBUTORS.svg
2620
avatarSize: 42
2721

22+
- run: npm install
23+
- run: npm run build
24+
- run: npm run dash
25+
- run: rm -rf .deploy/linux-command.docset
26+
- run: cp CONTRIBUTORS.svg .deploy
27+
2828
- name: Create Tag
2929
id: create_tag
3030
uses: jaywcjlove/create-tag-action@v1.3.6

0 commit comments

Comments
 (0)