From eb1eef871eeb3e9e5e5b5e420126ef615e7dcc8e Mon Sep 17 00:00:00 2001 From: Ember Date: Thu, 30 Jan 2025 02:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8git=20checkout=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/buildsite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/buildsite.yaml b/.gitea/workflows/buildsite.yaml index e142cf1..5c375d7 100644 --- a/.gitea/workflows/buildsite.yaml +++ b/.gitea/workflows/buildsite.yaml @@ -52,7 +52,7 @@ jobs: # 权限设置(根据Web服务器用户调整) # sudo chown -R www:www $TARGET_DIR # sudo find $TARGET_DIR -type d -exec chmod 755 {} \; - #sudo find $TARGET_DIR -type f -exec chmod 644 {} \; + # sudo find $TARGET_DIR -type f -exec chmod 644 {} \; - name: Cleanup shell: bash