Skip to content

Commit

Permalink
only deploy documentation on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jan 16, 2018
1 parent a8a519c commit dc09270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ matrix:
- git config --global user.name "Daniel Schmidt"
- echo "machine github.com login $GIT_USER password $GIT_TOKEN" > ~/.netrc
- cd website && npm install && GIT_USER=$GIT_USER CURRENT_BRANCH=docusaurus npm run publish-gh-pages
branches:
only:
- master

branches:
only:
Expand Down

0 comments on commit dc09270

Please sign in to comment.