From b42dc852d7ad10487d257d64dcbe9c26b8943c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E5=A4=A9=E4=BE=9D?= Date: Tue, 21 Jan 2025 21:07:02 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98850c4..4dc41bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,10 @@ jobs: DEPLOY_TARGET: homepage ACTIONS_STEP_DEBUG: true steps: - - uses: actions/checkout@v4 + - uses: https://gitea.com/actions/checkout@v4 + with: + persist-credentials: true + lfs: true - name: build run: | git lfs install