From 3d8507b3c1f9e1b71cf82570f10d1554b8bb1550 Mon Sep 17 00:00:00 2001 From: Memet Zx Date: Sun, 8 Oct 2023 00:31:16 +0700 Subject: [PATCH] fix directory not found i forgot to add more path when copying the build file Signed-off-by: Memet Zx --- .github/workflows/deploy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 70470ab..af0b32d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: mkdir environment echo "${{ secrets.ENV }}" > environment/const.js ls -lah - + - name: Build run: yarn deploy - name: Move Back @@ -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/