From a6d142723e4ead9daa42236fb2f4c21b95a33a18 Mon Sep 17 00:00:00 2001 From: hyunmin0317 Date: Fri, 8 Nov 2024 12:03:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Github=20Action=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d22ca8c..f9ba34a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 fetch-tags: true - - name: Set up Node.js 20 + - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: '20.11.1' @@ -25,7 +25,7 @@ jobs: run: npm ci - name: Build - run: npm run build + run: unset CI && npm run build - name: Create Deployment Package run: zip -qq -r ./build.zip .