You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2019/11/30 04:00:01 UTC

[incubator-heron] branch joshfischer/asf-site updated: correct javadoc path

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/asf-site by this push:
     new 2732a7f  correct javadoc path
2732a7f is described below

commit 2732a7fc33a878a99d50fe8e7322491fceb953b8
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Fri Nov 29 21:59:22 2019 -0600

    correct javadoc path
---
 website2/website/scripts/build-site.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website2/website/scripts/build-site.sh b/website2/website/scripts/build-site.sh
index 2726601..375730f 100755
--- a/website2/website/scripts/build-site.sh
+++ b/website2/website/scripts/build-site.sh
@@ -30,10 +30,10 @@ node ./scripts/replace.js
 
 rm -rf ${ROOT_DIR}/generated-site/content
 mkdir -p ${ROOT_DIR}/generated-site/content
-## copy generated site
+## copy generated site 
 cp -R build/incubator-heron/* ${ROOT_DIR}/generated-site/content
-## copy java docs website2/website/static/api
-cp -R ${ROOT_DIR}/website2/website/static/api/* ${ROOT_DIR}/generated-site/content/api/java/
+## copy java docs
+cp -R ${ROOT_DIR}/website2/website/public/api/java/* ${ROOT_DIR}/generated-site/content/api/java/
 ## copy pydocs
 cp -R ${ROOT_DIR}/website2/website/static/api/python/* ${ROOT_DIR}/generated-site/content/api/python/
 ## remove bazelrc for dockerfile