From 72120265045f2f457c26f637fc1fc6a6c8909173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=BF=E7=B2=92=E4=BD=93XianlitiCN?= Date: Tue, 3 Feb 2026 03:12:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=20chmod=20=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=BB=A5=E8=AE=BE=E7=BD=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cb3c7ff..e97927a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,6 +13,7 @@ jobs: - name: Checkout source run: | git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo + chmod -R 777 . cd repo echo "Listing repo directory:" ls