Skip to content

Commit

Permalink
Fix GitHub pages publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Sep 4, 2018
1 parent a0b6232 commit dc2578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ after_success:
- chmod 600 gradle/config/github_deploy_key
- eval $(ssh-agent -s)
- ssh-add gradle/config/github_deploy_key
- test $TRAVIS_BRANCH = "kotlin-experiments-docs" && gradle :docs:publishGhPages
- test $TRAVIS_BRANCH = "kotlin-experiments-docs" && gradle publishGhPages

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit dc2578f

Please sign in to comment.