Spaces:
Build error
Build error
Thomas (Tom) Gardos
commited on
Commit
•
a25f7ce
1
Parent(s):
3ea36eb
Update push_to_hf_space_prototype.yml
Browse files
.github/workflows/push_to_hf_space_prototype.yml
CHANGED
@@ -18,4 +18,4 @@ jobs:
|
|
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 main
|
|
|
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
|