Spaces:
Running
Running
modify workflows to enable the pipeline
Browse files
.github/workflows/deploy_space.yml
CHANGED
@@ -25,4 +25,4 @@ jobs:
|
|
25 |
run: |
|
26 |
# add hugging face space as remote
|
27 |
git remote add space https://baxin:${HF_TOKEN}@huggingface.co/spaces/baxin/veo3-json-creator
|
28 |
-
git push --force space
|
|
|
25 |
run: |
|
26 |
# add hugging face space as remote
|
27 |
git remote add space https://baxin:${HF_TOKEN}@huggingface.co/spaces/baxin/veo3-json-creator
|
28 |
+
git push --force space main:main
|