From b67ee60faf972201899a9c9785f009731aac30fa 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:14:24 +0800 Subject: [PATCH] =?UTF-8?q?hugo=E6=9E=84=E5=BB=BA=E5=89=8D=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e97927a..03ba3d2 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -15,10 +15,6 @@ jobs: git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo chmod -R 777 . cd repo - echo "Listing repo directory:" - ls - echo "Listing themes directory:" - ls themes/ git checkout main - name: Test Hugo @@ -27,6 +23,7 @@ jobs: - name: Build Hugo site run: | + ls -R hugo --minify - name: Deploy to local directory