Skip to content

Commit

Permalink
Update hf-deploying.yml
Browse files Browse the repository at this point in the history
fix error with branch name
  • Loading branch information
Wilmar3752 authored Feb 3, 2024
1 parent 79fe439 commit 9ff03b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hf-deploying.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USERNAME: ${{ secrets.HF_USERNAME }}
SPACE_NAME: ${{ secrets.SPACE_NAME }}
run: git push https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME main
run: git push https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME master

0 comments on commit 9ff03b1

Please sign in to comment.