baxin commited on
Commit
5ce6275
·
1 Parent(s): e1d4601

fix target in workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy_space.yml +1 -1
.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 edge:main
 
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