We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87eff16 commit 8a50b4cCopy full SHA for 8a50b4c
1 file changed
.github/workflows/hf_space_push.yml
@@ -36,6 +36,7 @@ jobs:
36
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch avatars/agent_tide.png" HEAD
37
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch codetide-banner.png" HEAD
38
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch logo_dark.png" HEAD
39
+ git filter-branch --force --index-filter "git rm --cached --ignore-unmatch logo_light.png" HEAD
40
git for-each-ref --format="delete %(refname)" refs/original | git update-ref --stdin
41
git reflog expire --expire=now --all
42
git gc --prune=now
0 commit comments