nwangtw commented on a change in pull request #3252: Joshfischer/asf site
URL: https://github.com/apache/incubator-heron/pull/3252#discussion_r281262873
 
 

 ##########
 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:
   Maybe breaking the code below into a publish_website.sh could be more 
flexible.

----------------------------------------------------------------
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

Reply via email to