From 4d77ed6ba0d1e9bda70908b0ee18d519fd4abbb7 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Thu, 9 Jul 2015 12:49:44 +0200 Subject: [PATCH] Improved commit-message on mkdocs builds --- push-ghpages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push-ghpages.sh b/push-ghpages.sh index 2af58095..f86f889a 100644 --- a/push-ghpages.sh +++ b/push-ghpages.sh @@ -14,9 +14,9 @@ cd gh-pages git rm -rf ./ 2> /dev/null cp -Rf ../../site/* ./ git add -f . -git commit -m "Automatic built mkdocs | Travis Build $TRAVIS_BUILD_NUMBER pushed" +git commit -m "Built mkdocs | Travis Build $TRAVIS_BUILD_NUMBER" git push -fq origin gh-pages > /dev/null echo -e "Done" -fi \ No newline at end of file +fi