Skip to content

Commit 0709eef

Browse files
committed
trying on other branch again
1 parent 8ff89d1 commit 0709eef

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/deploy-to-hf.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,7 @@ jobs:
4848
git add -A
4949
git commit -m "Deploy to Hugging Face Space"
5050
51-
- name: Push to HF Space DEV from branch
52-
if: github.ref != 'refs/heads/main'
53-
env:
54-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
55-
run: |
56-
git push --force \
57-
https://SDSC:${HF_TOKEN}@huggingface.co/spaces/SDSC/ai-agent-dev \
58-
hf-deploy:main
59-
60-
- name: Push to HF Space PROD from main
61-
if: github.ref == 'refs/heads/main'
51+
- name: Push to HF Space from branch
6252
env:
6353
HF_TOKEN: ${{ secrets.HF_TOKEN }}
6454
run: |

0 commit comments

Comments
 (0)