From ed0710b6c9b5465664101aa41a972440f7484087 Mon Sep 17 00:00:00 2001 From: sharadk1234 <46094697+sharadk1234@users.noreply.github.com> Date: Fri, 1 Feb 2019 19:56:40 +0800 Subject: [PATCH 1/2] Update build.gradle.txt Just added a comment --- build.gradle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.txt b/build.gradle.txt index e915d503..e3859d89 100644 --- a/build.gradle.txt +++ b/build.gradle.txt @@ -14,7 +14,7 @@ asciidoctor { options = [ template_dirs: [file("${sourceDir}/templates")], ] - + // to calculate attributes attributes = [ linkcss: true, stylesheet: 'gh-pages.css', From 9a7d7a7005cf199b1a1a47e1c0a04b188c6a7c20 Mon Sep 17 00:00:00 2001 From: sharadk1234 <46094697+sharadk1234@users.noreply.github.com> Date: Fri, 1 Feb 2019 20:03:24 +0800 Subject: [PATCH 2/2] For week 3 tutorial --- config/travis/deploy_github_pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/travis/deploy_github_pages.sh b/config/travis/deploy_github_pages.sh index 2d890974..099a3bcf 100755 --- a/config/travis/deploy_github_pages.sh +++ b/config/travis/deploy_github_pages.sh @@ -1,6 +1,6 @@ #!/bin/sh # Pushes files generated by Asciidoctor and associated files to gh-pages branch for commits to master branch. - +// just added a comment for the week 3 tutorial set -o errexit # exit with nonzero exit code if any line fails if [ -z "$GITHUB_TOKEN" ]; then