Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 committed May 28, 2024
1 parent aa13ae7 commit e4b7c8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
- name: Build app
run: |
cd ./front
yarn install
yarn build
- name: Verify build directory
run: |
ls -la
echo "Contents of front directory:"
ls -al front
ls -al ./front/dist
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_ACCESS_TOKEN }}
BRANCH: build
FOLDER: ./front
FOLDER: ./front/dist
CLEAN: true

0 comments on commit e4b7c8f

Please sign in to comment.