From 4ffa34486deca0b15cac6db7b4709a1285afd902 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 3 Dec 2024 23:51:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pages=20=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=B6=A9=EB=8F=8C=EC=9D=B4=EC=8A=88=20=ED=95=B4=EA=B2=B0?= =?UTF-8?q?=EC=9D=84=20=EC=9C=84=ED=95=9C=20workflow=20=EA=B0=95=EC=A0=9C?= =?UTF-8?q?=20=ED=91=B8=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a502f52..4f5be12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,4 +32,4 @@ jobs: git checkout -b dist || git checkout dist git add . git commit -m "Moved files from TRANS_HYPE to root" - git push origin dist + git push --force origin dist