diff --git a/docs/src/main/asciidoc/ghpages.sh b/docs/src/main/asciidoc/ghpages.sh index 00a208de..64aaed8f 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