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