Anshul Prasad commited on
Commit ·
a8a2914
1
Parent(s): 74375ce
handle Git LFS bandwidth limits by allowing only pointers to be pushed.
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -12,7 +12,7 @@ jobs:
|
|
| 12 |
- uses: actions/checkout@v3
|
| 13 |
with:
|
| 14 |
fetch-depth: 0
|
| 15 |
-
lfs:
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
|
| 12 |
- uses: actions/checkout@v3
|
| 13 |
with:
|
| 14 |
fetch-depth: 0
|
| 15 |
+
lfs: false
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|