Ignore git commit errors

This will probably break spectacularly.
This commit is contained in:
Case Duckworth 2019-06-07 20:28:12 -05:00
parent b0831b8eda
commit bac9badafe
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ publish: push
push:
git add .
git commit
git commit || true
git push