Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Jan 3, 2016
1 parent 2376391 commit 09f6c1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ deploy:
skip_cleanup: true
on:
branch: master
node: "4"
5 changes: 4 additions & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ git clone git@github.com:tommy351/warehouse.git --branch gh-pages docs
# Generate JSDoc
npm run jsdoc
# Push to GitHub
cd docs && git push
cd docs
git add -A
git commit -m Update docs
git push origin gh-pages --force

0 comments on commit 09f6c1a

Please sign in to comment.