diff --git a/Makefile b/Makefile index e864be3..99c401b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ website: | sed "s,,&http://img.shields.io," > index.html deploy: - git add Verdana.ttf + git add -f Verdana.ttf git commit -m'MUST NOT BE ON GITHUB' git push -f heroku HEAD:master git reset HEAD~1