From ae86a79e2f2a18d83feeeb23d87a5db7ca263436 Mon Sep 17 00:00:00 2001 From: neoFelhz Date: Sun, 29 Oct 2017 14:15:16 +0800 Subject: [PATCH] chore(deploy): update commit message --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 945fd86..10be973 100644 --- a/deploy.sh +++ b/deploy.sh @@ -9,5 +9,5 @@ git pull origin gh-pages rm -rf ./* cp -rf ../public/* ../_deploy/ git add --all . -git commit -m "Chrome daily" +git commit -m "Daily check of Chrome offline packages by Travis CI" git push --quiet --force origin HEAD:gh-pages