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 e004baa  attempting to list heronpy version
e004baa is described below

commit e004baace42d86e7bc77ecb39fe8fd62ee20b09a
Author: Josh Fischer <[email protected]>
AuthorDate: Fri Nov 29 20:20:34 2019 -0600

    attempting to list heronpy version
---
 website2/website/scripts/python-doc-gen.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website2/website/scripts/python-doc-gen.sh 
b/website2/website/scripts/python-doc-gen.sh
index 2c63ee7..07f1710 100755
--- a/website2/website/scripts/python-doc-gen.sh
+++ b/website2/website/scripts/python-doc-gen.sh
@@ -41,8 +41,11 @@ source "$VENV/bin/activate"
 pip install pdoc==0.3.2
 pip install --ignore-installed six
 # Install the heronpy
+echo "list heronpy location"
+ls $PIP_LOCATION
 pip install $PIP_LOCATION/heronpy-${HERONPY_VERSION}-py2.py3-none-any.whl
 
+
 mkdir -p static/api && rm -rf static/api/python
 
 pdoc heronpy \

Reply via email to