From 058a2667af3747f16a889e63079503805352726d Mon Sep 17 00:00:00 2001 From: Ales Puchilo <36516972+SaveTheAles@users.noreply.github.com> Date: Tue, 28 May 2024 21:16:12 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cc51544..05574942 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/github-pages-deploy-action@3.7.1 with: