Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaveTheAles authored May 28, 2024
1 parent ad4b4fd commit 058a266
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
cd ./front
yarn install
- name: Verify build directory
run: |
-ls -la
echo "Contents of front directory:"
ls -al front
echo "Contents of dist directory (if exists):"
ls -al front/dist || echo "dist directory does not exist"
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 058a266

Please sign in to comment.