diff --git a/push.sh b/push.sh index 2d8df42..954eaf2 100755 --- a/push.sh +++ b/push.sh @@ -9,5 +9,5 @@ rsync -av --delete --info=progress2 --exclude=".git" tmp/ ../titaniumtown.github rm -fr tmp cd ../titaniumtown.github.io git add . -git commit -m "update" +git commit -m "update" | true git push \ No newline at end of file