Browse Source

Special treatnment of README

pull/6/head
Dave Syer 9 years ago
parent
commit
c905822005
  1. 1
      docs/src/main/asciidoc/ghpages.sh

1
docs/src/main/asciidoc/ghpages.sh

@ -37,6 +37,7 @@ for f in docs/target/generated-docs/*; do @@ -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

Loading…
Cancel
Save