Max Chis commited on
Commit
fdadaef
·
1 Parent(s): 267dcd2

Update sync-to-hf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +6 -6
.github/workflows/sync-to-hf.yml CHANGED
@@ -14,14 +14,14 @@ jobs:
14
  steps:
15
  - uses: actions/checkout@v3
16
  with:
17
- fetch-depth: 0 # <-- this is the fix
 
18
 
19
  - name: Set up Git LFS
20
- run: |
21
- git lfs install
22
-
23
- - name: Pull LFS objects (if needed)
24
- run: git lfs pull
25
 
26
  - name: Push to Hugging Face
27
  run: |
 
14
  steps:
15
  - uses: actions/checkout@v3
16
  with:
17
+ fetch-depth: 0
18
+ lfs: true
19
 
20
  - name: Set up Git LFS
21
+ run: git lfs install
22
+
23
+ - name: Verify model file is present
24
+ run: ls -lh model/
 
25
 
26
  - name: Push to Hugging Face
27
  run: |