From 7c5ee4383d610e26897115d1b9545f20cc8bf651 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 18 Apr 2016 23:07:42 +0200 Subject: [PATCH] Trying to make docs work --- docs.sh | 2 +- docs/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.sh b/docs.sh index be4e81a86f..e7354d1bc7 100755 --- a/docs.sh +++ b/docs.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -./gradlew clean publishGhPages \ No newline at end of file +./gradlew :docs:clean publishGhPages \ No newline at end of file diff --git a/docs/build.gradle b/docs/build.gradle index bf20754000..49f23f96d9 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -10,7 +10,7 @@ asciidoctorj { asciidoctor { attributes 'build-gradle': file('build.gradle'), - 'endpoint-url': 'http://codearte.github.io/accurest', + 'endpoint-url': 'https://Codearte.github.io/accurest', 'source-highlighter': 'coderay', 'imagesdir': 'images', 'toc': 'left',