Spaces:
Runtime error
Runtime error
justheuristic
commited on
Commit
•
ea8626f
1
Parent(s):
fdda9c6
how-to-join -> main
Browse files
.github/workflows/sync_to_hub.yaml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://training-transformers-together:$HF_TOKEN@huggingface.co/spaces/training-transformers-together/
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://training-transformers-together:$HF_TOKEN@huggingface.co/spaces/training-transformers-together/demo main --force
|