push.sh: don't fail when commit doesn't change anything

This commit is contained in:
Simon Gardling
2022-03-08 15:39:17 -05:00
parent ba01a06359
commit 41716b3a56

View File

@@ -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