From 42b0a6d47303620bf616ad827c4aeec12f68a22d Mon Sep 17 00:00:00 2001 From: Alan Velasco Date: Tue, 25 Jun 2019 20:28:16 -0700 Subject: [PATCH] Make commiting to gh-pages silent --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 4276475c..a6ba5ebf 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -13,5 +13,5 @@ git add -f $OUT git checkout $PUBLISH_BRANCH git pull origin $PUBLISH_BRANCH git mv -f $OUT $VERSION -git commit -m "Update the Twemoji project and push to $PUBLISH_BRANCH" +git commit -q -m "Update the Twemoji project and push to $PUBLISH_BRANCH" git push origin $PUBLISH_BRANCH \ No newline at end of file