From fb1b6d085f20dde63b60cc61685d709c66c4fd03 Mon Sep 17 00:00:00 2001 From: InTron Date: Thu, 16 May 2024 02:49:04 +0000 Subject: [PATCH] update --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index ccfe2947..01f7bf32 100755 --- a/bin/deploy +++ b/bin/deploy @@ -105,7 +105,7 @@ touch .nojekyll # Push to DEPLOY_BRANCH git add -fA -git commit --allow-empty -m "$(git log -1 --pretty=%B) [skip netlify]" +git commit --allow-empty -m "[skip netlify]" [[ ${NO_PUSH} ]] || git push -f -q origin $DEPLOY_BRANCH # Move back to SRC_BRANCH