Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Jan 3, 2016
1 parent 979c4ab commit 17dcc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ npm run jsdoc
# Push to GitHub
cd docs
git add -A
git commit -m Update docs
git commit -m "Update docs"
git push origin gh-pages --force

0 comments on commit 17dcc0c

Please sign in to comment.