From b1d38d98b30925b88b707a461f59755ebea59a29 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:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E4=BD=BF=E7=94=A8=E5=9B=BA=E5=AE=9A=E7=9A=84?= =?UTF-8?q?=20Gitea=20URL=20=E5=92=8C=E4=B8=BB=E5=88=86=E6=94=AF=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E6=A3=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4452577..e08e438 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,9 +12,9 @@ jobs: steps: - name: Checkout source run: | - git clone $GITEA_SERVER_URL/$GITHUB_REPOSITORY.git repo + git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo cd repo - git checkout $GITHUB_SHA + git checkout main - name: Test Hugo run: |