Skip to content

Commit

Permalink
fix: add file check step in frontend push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhixsh committed Nov 23, 2024
1 parent 14d0478 commit e789342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ jobs:
- name: Copy build to public folder
run: cp -r build public

- name: Check files in public
run: ls public


0 comments on commit e789342

Please sign in to comment.