chore: update workflows config.
This commit is contained in:
parent
551306eca2
commit
ad0a3c1a99
|
|
@ -13,18 +13,18 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
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
|
- name: Generate Contributors Images
|
||||||
uses: jaywcjlove/github-action-contributors@main
|
uses: jaywcjlove/github-action-contributors@main
|
||||||
with:
|
with:
|
||||||
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
||||||
output: .deploy/CONTRIBUTORS.svg
|
|
||||||
avatarSize: 42
|
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
|
- name: Create Tag
|
||||||
id: create_tag
|
id: create_tag
|
||||||
uses: jaywcjlove/create-tag-action@v1.3.6
|
uses: jaywcjlove/create-tag-action@v1.3.6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue