Skip to content

Commit

Permalink
fix: streamline build copying 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 d566db7 commit 14d0478
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/frontend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
run: npm run build

- name: Copy build to public folder
run: |
mkdir -p public
cp -r build public
run: cp -r build public

0 comments on commit 14d0478

Please sign in to comment.