From 4abde6d82e4de191b7c893554ca5486e2910791d Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 31 May 2016 13:17:10 +0800 Subject: [PATCH] silent push --- .travis-deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis-deploy.sh b/.travis-deploy.sh index 437e657..e8e6dc2 100755 --- a/.travis-deploy.sh +++ b/.travis-deploy.sh @@ -10,10 +10,10 @@ git config user.email "${mail}" # Deploy Github Pages ghp-import -b gh-pages -n build/html -m 'Update by travis automatically' -git push "https://${GH_TOKEN}@${GH_REF}" gh-pages:gh-pages --force +git push "https://${GH_TOKEN}@${GH_REF}" gh-pages:gh-pages --force --quiet # Deploy offline HTML and PDF files mkdir build/${docdir} && cd build cp latex/${pdfname} ${docdir}/ ghp-import -b ${docdir} ${docdir} -m 'Update by travis automatically' -git push "https://${GH_TOKEN}@${GH_REF}" ${docdir}:${docdir} --force +git push "https://${GH_TOKEN}@${GH_REF}" ${docdir}:${docdir} --force --quiet