parent
6fb560cedf
commit
e44d4dd34d
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -13,9 +13,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
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 install
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
ls -al
|
||||||
|
file images/*.webp
|
||||||
# - uses: actions/setup-python@v5
|
# - uses: actions/setup-python@v5
|
||||||
# with:
|
# with:
|
||||||
# python-version: '3.12'
|
# python-version: '3.12'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user