Spaces:
Runtime error
Runtime error
Alexander Junge
commited on
Commit
·
4d2bb00
1
Parent(s):
e5aa0a6
Fix space name
Browse files
.github/workflows/sync-to-hf-space.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://jungealexander:$HF_TOKEN@huggingface.co/spaces/uspppm-demo main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://jungealexander:$HF_TOKEN@huggingface.co/spaces/jungealexander/uspppm-demo main
|