Thomas (Tom) Gardos
commited on
Update push_to_hf_space_prototype.yml
Browse files
.github/workflows/push_to_hf_space_prototype.yml
CHANGED
|
@@ -14,8 +14,8 @@ 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 }}
|
| 21 |
-
run: git push https://trgardos:[email protected]/spaces/dl4ds/tutor_dev dev_branch:main
|
|
|
|
| 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 }}
|
| 21 |
+
run: git push --force https://trgardos:[email protected]/spaces/dl4ds/tutor_dev dev_branch:main
|