From cbaa34f76cd526a2cdbc5532c040244251a8271e Mon Sep 17 00:00:00 2001 From: jihun Date: Sun, 10 Mar 2024 15:35:21 +0900 Subject: [PATCH] =?UTF-8?q?deploy=20:=20=EB=B0=B0=ED=8F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_front.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy_front.yaml b/.github/workflows/deploy_front.yaml index e56c6e8f..4b42920b 100644 --- a/.github/workflows/deploy_front.yaml +++ b/.github/workflows/deploy_front.yaml @@ -21,6 +21,9 @@ jobs: - name: Build React app run: npm run build + - name: grant excute access + run: chmod +x npm + - name: upload to artifact uses: actions/upload-artifact@v3 with: