From 6f230c030869a4574f1f4b4fb4745eef35c554cb Mon Sep 17 00:00:00 2001 From: dihwang Date: Thu, 9 Apr 2026 09:37:23 +0900 Subject: [PATCH] =?UTF-8?q?--verbose=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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cdd0851..64a261b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,9 @@ jobs: - name: Install & Build run: | npm ci - npx quartz build --clean + # 이전 빌드 찌꺼기를 확실히 제거하기 위해 public 폴더 삭제 + rm -rf public + npx quartz build --verbose # 전송 효율을 위해 public 폴더를 압축합니다. tar -czf deploy.tar.gz public