Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
fix directory not found
Browse files Browse the repository at this point in the history
i forgot to add more path when copying the build file

Signed-off-by: Memet Zx <[email protected]>
  • Loading branch information
Zxce3 committed Oct 7, 2023
1 parent 5e06c9a commit 3d8507b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir environment
echo "${{ secrets.ENV }}" > environment/const.js
ls -lah
- name: Build
run: yarn deploy
- name: Move Back
Expand All @@ -55,8 +55,10 @@ jobs:
ls -lah
- name: Copy Build Files
run: cp -r /home/runner/work/frontend-infoanime-next/out/* .

run: |
cp -r /home/runner/work/frontend-infoanime-next/frontend-infoanime-next/out/* .
ls -lah
- name: Commit and Push Changes
run: |
cd /home/runner/work/frontend-infoanime-next/frontend-infoanime-next/Crownss.github.io/
Expand Down

0 comments on commit 3d8507b

Please sign in to comment.