chore: update workflows config.
This commit is contained in:
parent
551306eca2
commit
ad0a3c1a99
|
|
@ -13,18 +13,18 @@ jobs:
|
|||
with:
|
||||
node-version: 14
|
||||
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: npm run dash
|
||||
- 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\])
|
||||
output: .deploy/CONTRIBUTORS.svg
|
||||
avatarSize: 42
|
||||
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: npm run dash
|
||||
- run: rm -rf .deploy/linux-command.docset
|
||||
- run: cp CONTRIBUTORS.svg .deploy
|
||||
|
||||
- name: Create Tag
|
||||
id: create_tag
|
||||
uses: jaywcjlove/create-tag-action@v1.3.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue