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
commit e41a82ef67096d8d040286dadbc364e45f3261fb Author: Josh Fischer <[email protected]> AuthorDate: Fri Nov 29 20:18:58 2019 -0600 comment out javadocs script --- website2/website/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website2/website/Makefile b/website2/website/Makefile index 7c25991..2164ca7 100644 --- a/website2/website/Makefile +++ b/website2/website/Makefile @@ -8,7 +8,7 @@ python-docs: @scripts/python-doc-gen.sh 0.0.0 buildsite: - @scripts/javadocs.sh + #@scripts/javadocs.sh @scripts/python-doc-gen.sh 0.0.0 @scripts/build-site.sh
