From 2154c9359ebc0de4f489f9321eb1343eef2df400 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 02:25:37 +0800 Subject: [PATCH] Change to manually checkout --- .gitea/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6844917..156a723 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout source - uses: gitea/checkout@v4 + run: | + git clone ${GITEA_REPOSITORY_URL} repo + cd repo - name: Install Hugo run: |