From f0a04427e2019347858bceb8ff9922a0509fd043 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 22 Dec 2025 01:02:50 +0400 Subject: [PATCH] refac --- .github/workflows/deploy-to-hf-spaces.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-hf-spaces.yml b/.github/workflows/deploy-to-hf-spaces.yml index 4e637362ef..cda9f1eb4b 100644 --- a/.github/workflows/deploy-to-hf-spaces.yml +++ b/.github/workflows/deploy-to-hf-spaces.yml @@ -58,6 +58,7 @@ jobs: git lfs track "*.ttf" git lfs track "*.jpg" rm demo.png + rm banner.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