From e9c438bc6670e6ab8d7287980264f211eca2dd01 Mon Sep 17 00:00:00 2001 From: avitex Date: Tue, 14 Apr 2020 18:51:57 +1000 Subject: [PATCH] update generated commit message --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25043b9..a738de1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,5 @@ after_success: | [ $TRAVIS_PULL_REQUEST = false ] && zola build && sudo pip install ghp-import && - ghp-import -c 1bit.pw -n public -b master && + ghp-import -m "build ${TRAVIS_COMMIT}" -c 1bit.pw -n public -b master && git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git master