From 088f62f1e1b359ff75f8fe173fdb2dee312b1ffe Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 22 Dec 2025 01:00:52 +0400 Subject: [PATCH] refac: hf github action --- .github/workflows/deploy-to-hf-spaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-hf-spaces.yml b/.github/workflows/deploy-to-hf-spaces.yml index a30046af89..4e637362ef 100644 --- a/.github/workflows/deploy-to-hf-spaces.yml +++ b/.github/workflows/deploy-to-hf-spaces.yml @@ -57,7 +57,7 @@ jobs: git lfs install git lfs track "*.ttf" git lfs track "*.jpg" - rm demo.gif + rm demo.png git add . git commit -m "GitHub deploy: ${{ github.sha }}" git push --force https://open-webui:${HF_TOKEN}@huggingface.co/spaces/open-webui/open-webui main