Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 30, 2022
1 parent cb7539d commit 3820b99
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
with:
node-version: 16

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
avatarSize: 42

- run: npm -v
- run: node -v
- run: npm install
- run: npm run build
- run: node run dash
Expand All @@ -29,6 +25,13 @@ jobs:
- run: cp -rp .deploy/linux-command.docset/linux-command.docset.zip ./

- run: rm -rf .deploy/linux-command.docset

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
avatarSize: 42

- run: cp CONTRIBUTORS.svg .deploy

- name: Create Tag
Expand Down

0 comments on commit 3820b99

Please sign in to comment.