Spaces:
Running
Running
fix target in workflow
Browse files
.github/workflows/deploy_space.yml
CHANGED
@@ -27,4 +27,4 @@ jobs:
|
|
27 |
run: |
|
28 |
# add hugging face space as remote
|
29 |
git remote add space https://baxin:${HF_TOKEN}@huggingface.co/spaces/baxin/PromptGenerator
|
30 |
-
git push --force space
|
|
|
27 |
run: |
|
28 |
# add hugging face space as remote
|
29 |
git remote add space https://baxin:${HF_TOKEN}@huggingface.co/spaces/baxin/PromptGenerator
|
30 |
+
git push --force space main:main
|