Skip to content

Commit

Permalink
fix hugging-face-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclenn77 authored Dec 9, 2023
1 parent 6c5cbc3 commit 35c2b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugging-face-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USERNAME: ${{ secrets.HF_USERNAME }}
run: git push --force https:/$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/pdf-explainer main
run: git push --force https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/pdf-explainer main

0 comments on commit 35c2b3b

Please sign in to comment.