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