diff --git a/.github/workflows/deploy-hf.yml b/.github/workflows/deploy-hf.yml index 5fea227..ea061f7 100644 --- a/.github/workflows/deploy-hf.yml +++ b/.github/workflows/deploy-hf.yml @@ -22,4 +22,4 @@ jobs: run: | git remote add hf https://thiagohersan:$HFTOKEN@huggingface.co/spaces/thiagohersan/predominant-color - git push hf main + git push -f hf main