Spaces:
Build error
Build error
Rudy Hariyanto commited on
Commit ·
afc7df8
1
Parent(s): dddebd0
Fixing Deploy Setting To HF
Browse files
.github/workflows/deploy-hf.yml
CHANGED
|
@@ -20,4 +20,4 @@ jobs:
|
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
run: |
|
| 22 |
git remote add hf https://Rudy-16:$HF_TOKEN@huggingface.co/spaces/Rudy-16/UserManagement
|
| 23 |
-
git push --force hf
|
|
|
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
run: |
|
| 22 |
git remote add hf https://Rudy-16:$HF_TOKEN@huggingface.co/spaces/Rudy-16/UserManagement
|
| 23 |
+
git push --force hf main:main
|