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