We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2578f commit e5b9dedCopy full SHA for e5b9ded
1 file changed
.travis.yml
@@ -17,7 +17,7 @@ after_success:
17
- chmod 600 gradle/config/github_deploy_key
18
- eval $(ssh-agent -s)
19
- ssh-add gradle/config/github_deploy_key
20
- - test $TRAVIS_BRANCH = "kotlin-experiments-docs" && gradle publishGhPages
+ - test $TRAVIS_BRANCH = "kotlin-experiments-docs" && ./gradlew publishGhPages
21
22
before_cache:
23
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
0 commit comments