From 67c9270df7a78c95d5106c1cd49fdf4d095c4545 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:00:10 +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=E7=9B=AE=E5=BD=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E4=BB=A5=E4=BE=BF=E4=BA=8E=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6f0f5fc..cb3c7ff 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,10 @@ jobs: run: | git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo cd repo + echo "Listing repo directory:" ls + echo "Listing themes directory:" + ls themes/ git checkout main - name: Test Hugo