Skip to content

Commit

Permalink
Add check for dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Jun 25, 2024
1 parent 1c09e6b commit 059c1d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install
run: yarn install

- name: list dist, if exists
run: ls -la dist

- name: Build staging
run: yarn stage

Expand Down

0 comments on commit 059c1d1

Please sign in to comment.