Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
microhum authored Jun 1, 2024
1 parent 732a1eb commit aaf136d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Add remote
env:
HF: ${{ secrets.HF_TOKEN }}
run: git remote add space https://microhum:$HF_TOKEN@huggingface.co/spaces/microhum/DeepVecFont-TH
run: git remote set-url space git@hf.co:spaces/microhum/DeepVecFont-TH
- name: Push to hub
env:
HF: ${{ secrets.HF_TOKEN }}
run: git push --force https://microhum:[email protected]/spaces/microhum/DeepVecFont-TH
run: git push origin --force

0 comments on commit aaf136d

Please sign in to comment.