Skip to content

Commit ef91bf7

Browse files
committed
updated hf_deploy_workflow
1 parent 42bdc3c commit ef91bf7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/hf_space_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
git remote add origin https://McLoviniTtt:$HF_TOKEN@huggingface.co/spaces/McLoviniTtt/AgentTideDemo
3333
git add .
3434
git commit -m "Deploy Agent Tide Demo to HF Space"
35-
git push --force origin main
35+
git filter-branch --index-filter --f "git rm -rf --cached --ignore-unmatch “agent-tide-demo.gif ” HEAD
36+
git push --force --all origin main

0 commit comments

Comments
 (0)