From 93db2d08e408587c1efe47e535838b323482ac71 Mon Sep 17 00:00:00 2001 From: aaminha Date: Thu, 7 Mar 2024 18:05:53 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20deploy.yml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20npm=20ci=20->=20npm=20install=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD=20-=20gatsby=20clean=20=EB=8B=A8=EA=B3=84?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf63068..d86d0b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,10 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies - run: npm ci + run: npm install + + - name: Clean Gatsby build + run: ./node_modules/.bin/gatsby clean - name: Generate Environment Variables File for Production run: |