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 committed Dec 9, 2023
1 parent 6c5cbc3 commit 1936edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugging-face-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Push to hub
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
HF_USERNAME: ${{ vars.HF_USERNAME }}
run: git push --force https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/pdf-explainer main

0 comments on commit 1936edf

Please sign in to comment.