diff --git a/build-scripts/update_site.sh b/build-scripts/update_site.sh index 2e4dc19980..bbdc4f77a6 100755 --- a/build-scripts/update_site.sh +++ b/build-scripts/update_site.sh @@ -9,6 +9,8 @@ for f in $files ; do cp $GIT_SITE_DIR/$f $LOCAL_SITE_DIR/ -u; done +mkdir -p $LOCAL_SITE_DIR/resource; cp $GIT_SITE_DIR/resource/* $LOCAL_SITE_DIR/resource/ -u; +mkdir -p $LOCAL_SITE_DIR/GoogleAnalytics; cp $GIT_SITE_DIR/GoogleAnalytics/* $LOCAL_SITE_DIR/GoogleAnalytics/ -u;