Prathamesh Sarjerao Vaidya commited on
Commit
ea235f0
·
unverified ·
1 Parent(s): 3a899b7

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +7 -0
.github/workflows/main.yml CHANGED
@@ -12,6 +12,13 @@ jobs:
12
  with:
13
  fetch-depth: 0
14
  lfs: true
 
 
 
 
 
 
 
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
12
  with:
13
  fetch-depth: 0
14
  lfs: true
15
+
16
+ # Ensure Git LFS is installed and fetch binary files
17
+ - name: Pull LFS files
18
+ run: |
19
+ git lfs install
20
+ git lfs pull
21
+
22
  - name: Push to hub
23
  env:
24
  HF_TOKEN: ${{ secrets.HF_TOKEN }}