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 c4b2454 commit 786ed02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions publish_doc.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 786ed02

Please sign in to comment.