From 10ec94159b88b3e8783d8d56bff357da097f18ef Mon Sep 17 00:00:00 2001 From: tymmkang Date: Thu, 26 Feb 2026 23:33:23 +0900 Subject: [PATCH] =?UTF-8?q?=E3=85=81=E3=84=B4=E3=85=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6c91990..364af9f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -22,4 +22,4 @@ jobs: CLOUDFLARE_API_TOKEN: rka9QVA_-_NXxkXfZmx4Rh93vwaYU6wfoQA6r0TY CLOUDFLARE_ACCOUNT_ID: a158eefc10ac767335d6151c3c85d4a7 # 빌드 없이 현재 폴더('.') 전체를 즉시 배포합니다. - run: npx wrangler@latest pages deploy . --project-name=static \ No newline at end of file + run: npx wrangler@latest pages deploy . --project-name=static --commit-dirty=true \ No newline at end of file