Merge branch 'main' into dev_branch
Browse files
.github/workflows/push_to_hf_space_prototype.yml
CHANGED
|
@@ -14,7 +14,7 @@ jobs:
|
|
| 14 |
- uses: actions/checkout@v4
|
| 15 |
with:
|
| 16 |
fetch-depth: 0
|
| 17 |
-
lfs:
|
| 18 |
- name: Deploy Prototype to HuggingFace
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
|
| 14 |
- uses: actions/checkout@v4
|
| 15 |
with:
|
| 16 |
fetch-depth: 0
|
| 17 |
+
lfs: false
|
| 18 |
- name: Deploy Prototype to HuggingFace
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|