We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afa8bd commit 5fc425aCopy full SHA for 5fc425a
1 file changed
.github/workflows/hf_space_push.yml
@@ -34,5 +34,12 @@ jobs:
34
git config user.email "github-actions[bot]@users.noreply.github.com"
35
git remote add origin https://McLoviniTtt:$HF_TOKEN@huggingface.co/spaces/McLoviniTtt/AgentTideDemo
36
git add .
37
- git commit -m "Deploy Agent Tide Demo to HF Space"y
+ git commit -m "Deploy Agent Tide Demo to HF Space"
38
+ git filter-branch --force --index-filter "
39
+ git rm --cached --ignore-unmatch public/agent-tide-demo.gif
40
+ git rm --cached --ignore-unmatch public/avatars/agent_tide.png
41
+ git rm --cached --ignore-unmatch public/codetide-banner.png
42
+ git rm --cached --ignore-unmatch public/logo_dark.png
43
+ git rm --cached --ignore-unmatch public/logo_light.png
44
+ " HEAD
45
git push --force --all
0 commit comments