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 f5b3df8 commit cb44172
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_ACCESS_TOKEN }}
BRANCH: build
FOLDER: ./front/public
FOLDER: ./front
CLEAN: true

0 comments on commit cb44172

Please sign in to comment.