Disable GitHub pages deployment

This commit is contained in:
Gary Tierney
2019-07-16 20:15:43 +01:00
parent b9a57af4a1
commit a090181ea3
-12
View File
@@ -1,5 +1,4 @@
plugins {
id 'org.ajoberstar.github-pages'
id 'org.asciidoctor.gradle.asciidoctor'
id 'org.asciidoctor.convert'
}
@@ -12,14 +11,3 @@ asciidoctor {
attributes 'source-highlighter': 'prettify',
'toc': 'left'
}
githubPages {
repoUri = 'git@github.com:apollo-rsps/apollo-rsps.github.io'
targetBranch = 'master'
pages {
from "$buildDir/asciidoc/html5"
}
}
prepareGhPages.dependsOn(asciidoctor)