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

Update sync-to-hf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +3 -0
.github/workflows/sync-to-hf.yml CHANGED
@@ -19,6 +19,9 @@ jobs:
19
  - name: Set up Git LFS
20
  run: |
21
  git lfs install
 
 
 
22
 
23
  - name: Push to Hugging Face
24
  run: |
 
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: |