Skip to content

Commit

Permalink
Add demo and CI job for auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Oct 7, 2024
1 parent 927afd7 commit 89e9e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
HF: ${{ secrets.HF_TOKEN }}
run: |
cd demo
git config --global user.email "felixdittrich92@gmailcom"
git config --global user.name "Felix92"
git add .
git commit -m "Sync hf demo"
git push --force https://Felix92:$HF_TOKEN:[email protected]/spaces/Felix92/OnnxTR-OCR main
Expand Down

0 comments on commit 89e9e5e

Please sign in to comment.