From da1c29d86c63e6afac73469065834dfa856beae0 Mon Sep 17 00:00:00 2001 From: dihwang Date: Thu, 9 Apr 2026 10:31:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=95=EC=B6=95=EC=9D=B4=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=EC=9D=B8=EA=B0=80=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bd0e644..1542ac0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,6 @@ jobs: # 1. 빌드 전 확실히 초기화 rm -rf public npx quartz build - # 2. 'public' 폴더 안으로 들어가서 내용물만 압축 (폴더 자체 제외) - cd public && tar -czf ../deploy.tar.gz . && cd .. - name: Deploy to GCE uses: appleboy/scp-action@master