Prathamesh Sarjerao Vaidya
commited on
Update main.yml
Browse files
.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 }}
|