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