diff --git a/deploy.sh b/deploy.sh index 477eb49..c5117ca 100755 --- a/deploy.sh +++ b/deploy.sh @@ -27,7 +27,7 @@ if [ -z "$(git status --porcelain)" ]; then git config user.name github-actions || exit git config user.email github-actions@github.com || exit git add --all || exit - git commit -am "Updated app on $now" || exit + git commit -am "Updated app on $now" –allow-empty || exit git push origin $DEPLOY_BRANCH --force || exit echo ">> $now: Published changes to GitHub"