From ffa49796715d7f07ff682cc58a6b86161d9846b8 Mon Sep 17 00:00:00 2001 From: minsuhan1 Date: Thu, 25 Sep 2025 15:16:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20build.sh=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/react-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-cicd.yml b/.github/workflows/react-cicd.yml index 95c0653..b6be1b1 100644 --- a/.github/workflows/react-cicd.yml +++ b/.github/workflows/react-cicd.yml @@ -18,7 +18,7 @@ jobs: - name: Install mustache (to update the date) run: apk add ruby && gem install mustache - name: creates output - run: sh ./build.sh + run: sh ./frontend/build.sh - name: Pushes to another repository id: push_directory uses: cpina/github-action-push-to-another-repository@main