We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bdc3c commit ef91bf7Copy full SHA for ef91bf7
1 file changed
.github/workflows/hf_space_push.yml
@@ -32,4 +32,5 @@ jobs:
32
git remote add origin https://McLoviniTtt:$HF_TOKEN@huggingface.co/spaces/McLoviniTtt/AgentTideDemo
33
git add .
34
git commit -m "Deploy Agent Tide Demo to HF Space"
35
- git push --force origin main
+ 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