Skip to content

Commit e5b9ded

Browse files
committed
Use Gradle wrapper to publish GitHub pages
1 parent dc2578f commit e5b9ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ after_success:
1717
- chmod 600 gradle/config/github_deploy_key
1818
- eval $(ssh-agent -s)
1919
- ssh-add gradle/config/github_deploy_key
20-
- test $TRAVIS_BRANCH = "kotlin-experiments-docs" && gradle publishGhPages
20+
- test $TRAVIS_BRANCH = "kotlin-experiments-docs" && ./gradlew publishGhPages
2121

2222
before_cache:
2323
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

0 commit comments

Comments
 (0)