Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kumabook committed Jan 28, 2017
1 parent 786ed02 commit f6a814e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion publish_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ git config user.name "Travis-CI"

git init
git add doc
git branch -D gh-pages
git checkout -b gh-pages
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
git push --force --quiet "https://${GH_TOKEN}@github.com/kumabook/nisemono.git" gh-pages > /dev/null 2>&1

0 comments on commit f6a814e

Please sign in to comment.