diff --git a/build.gradle b/build.gradle index b79cd70..f65a371 100644 --- a/build.gradle +++ b/build.gradle @@ -241,6 +241,8 @@ tasks.register('createCurrentDocsFolder', Copy) { gitPublish { repoUri = "https://github.com/ota4j-team/opentest4j.git" + referenceRepoUri = file(".").toURI().toString() + branch = "gh-pages" sign = false fetchDepth = 1