Spaces:
Sleeping
Sleeping
Commit ·
b3854df
1
Parent(s): f6174cf
fix: corregida url de sincronización con Hugging Face
Browse files
.github/workflows/sync_to_hf.yml
CHANGED
|
@@ -16,4 +16,4 @@ jobs:
|
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
run: |
|
| 19 |
-
git push --force https://Gryphus314:$HF_TOKEN@huggingface.co/spaces/
|
|
|
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
run: |
|
| 19 |
+
git push --force https://Gryphus314:$HF_TOKEN@huggingface.co/spaces/Gryphus314/void_gryph main
|