From 786ed0286f1741a49f66e5e3394639ed7f8800d2 Mon Sep 17 00:00:00 2001 From: Travis-CI Date: Sun, 29 Jan 2017 00:35:11 +0900 Subject: [PATCH] temp --- publish_doc.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/publish_doc.sh b/publish_doc.sh index 606ad8f..b14eb5a 100644 --- a/publish_doc.sh +++ b/publish_doc.sh @@ -1,12 +1,10 @@ #!/bin/bash set -e -cd doc - git config user.email "kumabook@live.jp" git config user.name "Travis-CI" git init -git add . +git add doc git commit -m "Deploy api doc to GitHub Pages" git push --force --quiet "https://${GH_TOKEN}@github.com/kumabook/nisemono.git" master:gh-pages > /dev/null 2>&1