sijie commented on issue #332: Issue 323: [website] ci job to automatically publish website to apache once the pull request is merged URL: https://github.com/apache/bookkeeper/pull/332#issuecomment-319200768 FYI The CI script: ` export MAVEN_HOME=/home/jenkins/tools/maven/latest export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH export MAVEN_OPTS=-Xmx2048m # CD site/ cd site # run the docker image ./docker/ci.sh # Build the javadoc make javadoc # publish website ./scripts/publish-website.sh ` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services