joshfischer1108 commented on a change in pull request #3252: Joshfischer/asf site URL: https://github.com/apache/incubator-heron/pull/3252#discussion_r281284586
########## File path: website/build_site.sh ########## @@ -0,0 +1,32 @@ +#!/bin/bash + +ROOT_DIR=`pwd` + +WORK_DIR=/website/public +ME=`basename $0` + +rm -rf $WORK_DIR +mkdir -p $WORK_DIR + +cd website + +make setup + +make site + +# push all of the results to asf-site branch Review comment: I agree ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
