mirror of
https://github.com/primer/css.git
synced 2024-12-29 17:12:27 +03:00
test deploy
This commit is contained in:
parent
7d31d708d4
commit
c8158f862a
2
.github/workflows/deploy_production.yml
vendored
2
.github/workflows/deploy_production.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- id: changeset-count
|
||||
run: echo "::set-output name=CHANGE_COUNT::$(ls .changeset/*.md | grep -v README | wc -l | xargs)"
|
||||
|
||||
- if: ${{ steps.changeset-count.outputs.CHANGE_COUNT == 0 }}
|
||||
- if: ${{ steps.changeset-count.outputs.CHANGE_COUNT != 0 }}
|
||||
name: Vercel Action
|
||||
uses: amondnet/vercel-action@v20
|
||||
id: vercel-action
|
||||
|
Loading…
Reference in New Issue
Block a user