soutrik commited on
Commit
ab682a6
·
1 Parent(s): 6728b1e
Files changed (1) hide show
  1. .github/workflows/hf_deploy.yaml +1 -1
.github/workflows/hf_deploy.yaml CHANGED
@@ -53,7 +53,7 @@ jobs:
53
  run: |
54
  git add README.md
55
  git commit -m "Add README.md"
56
- git push --force https://$USER:[email protected]/spaces/$USER/$SPACE HEAD:feat/litserve_gpu_gradio
57
  env:
58
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
59
  USER: soutrik
 
53
  run: |
54
  git add README.md
55
  git commit -m "Add README.md"
56
+ git push --force https://$USER:[email protected]/spaces/$USER/$SPACE main
57
  env:
58
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
59
  USER: soutrik