You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/07/31 21:23:55 UTC

[GitHub] sijie commented on issue #332: Issue 323: [website] ci job to automatically publish website to apache once the pull request is merged

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:
users@infra.apache.org


With regards,
Apache Git Services