From cb44172d3ce90b076b82cec323fc1a6f9fd4cd37 Mon Sep 17 00:00:00 2001 From: Ales Puchilo <36516972+SaveTheAles@users.noreply.github.com> Date: Tue, 28 May 2024 21:21:52 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b267ac59..f96b923c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,13 +41,11 @@ jobs: ls -la echo "Contents of front directory:" ls -al front - echo "Contents of dist directory (if exists):" - ls -al front/public || echo "dist directory does not exist" - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@3.7.1 with: GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_ACCESS_TOKEN }} BRANCH: build - FOLDER: ./front/public + FOLDER: ./front CLEAN: true