From e44d4dd34d9d7bc07d7bbdd9a358c5b4f3ed9a0c 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:23:26 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39ca113..c999654 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,9 +13,11 @@ jobs: steps: - name: build run: | - git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} . + git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} $(pwd) git lfs install git lfs pull + ls -al + file images/*.webp # - uses: actions/setup-python@v5 # with: # python-version: '3.12'