From 6fb560cedfa858a12e07bd27b822cc01e8c52743 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:22:27 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0793f42..39ca113 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,7 @@ jobs: steps: - name: build run: | - git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} - cd ${{ github.repository.name }} + git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} . git lfs install git lfs pull # - uses: actions/setup-python@v5