From 89e9e5eab79818bb63164c077d40147e5918c874 Mon Sep 17 00:00:00 2001 From: felix Date: Mon, 7 Oct 2024 08:41:03 +0200 Subject: [PATCH] Add demo and CI job for auto update --- .github/workflows/demo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 070cb10..d6e2a8d 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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:$HF@huggingface.co/spaces/Felix92/OnnxTR-OCR main