mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Disable GitHub pages deployment
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'org.ajoberstar.github-pages'
|
|
||||||
id 'org.asciidoctor.gradle.asciidoctor'
|
id 'org.asciidoctor.gradle.asciidoctor'
|
||||||
id 'org.asciidoctor.convert'
|
id 'org.asciidoctor.convert'
|
||||||
}
|
}
|
||||||
@@ -12,14 +11,3 @@ asciidoctor {
|
|||||||
attributes 'source-highlighter': 'prettify',
|
attributes 'source-highlighter': 'prettify',
|
||||||
'toc': 'left'
|
'toc': 'left'
|
||||||
}
|
}
|
||||||
|
|
||||||
githubPages {
|
|
||||||
repoUri = 'git@github.com:apollo-rsps/apollo-rsps.github.io'
|
|
||||||
targetBranch = 'master'
|
|
||||||
|
|
||||||
pages {
|
|
||||||
from "$buildDir/asciidoc/html5"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
prepareGhPages.dependsOn(asciidoctor)
|
|
||||||
Reference in New Issue
Block a user