Skip to content

Commit 5fc425a

Browse files
committed
added git--lfs and .gitattributes
1 parent 7afa8bd commit 5fc425a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/hf_space_push.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,12 @@ jobs:
3434
git config user.email "github-actions[bot]@users.noreply.github.com"
3535
git remote add origin https://McLoviniTtt:$HF_TOKEN@huggingface.co/spaces/McLoviniTtt/AgentTideDemo
3636
git add .
37-
git commit -m "Deploy Agent Tide Demo to HF Space"y
37+
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
3845
git push --force --all

0 commit comments

Comments
 (0)