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'