Spaces:
Build error
Build error
Thomas (Tom) Gardos
commited on
Commit
•
dd291e5
1
Parent(s):
9edf34d
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:$HF_TOKEN@huggingface.co/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:$HF_TOKEN@huggingface.co/spaces/dl4ds/tutor_dev dev_branch:main
|