@@ -13,8 +13,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
# with:
|
||||
# lfs: true
|
||||
- name: LFS Stuff
|
||||
run: |
|
||||
git lfs install --local
|
||||
git lfs pull
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
|
||||
Reference in New Issue
Block a user