From a090181ea3d7e012a72d8156c05c2337574708f4 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Tue, 16 Jul 2019 20:15:43 +0100 Subject: [PATCH] Disable GitHub pages deployment --- docs/build.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/build.gradle b/docs/build.gradle index ed8e8b5d..e1358410 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -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) \ No newline at end of file