From c90582200546b06051c8ce5d0fb57afd08e121cb Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 25 Aug 2015 12:54:17 +0100 Subject: [PATCH] Special treatnment of README --- docs/src/main/asciidoc/ghpages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/ghpages.sh b/docs/src/main/asciidoc/ghpages.sh index 00a208ded..64aaed8f3 100755 --- a/docs/src/main/asciidoc/ghpages.sh +++ b/docs/src/main/asciidoc/ghpages.sh @@ -37,6 +37,7 @@ for f in docs/target/generated-docs/*; do fi done +[ -e README.adoc ] && git add -A README.adoc git commit -a -m "Sync docs from $branch to gh-pages" # Uncomment the following push if you want to auto push to