diff --git a/site/buildsite.sh b/site/buildsite.sh index 4cb62872..590bef4e 100755 --- a/site/buildsite.sh +++ b/site/buildsite.sh @@ -6,7 +6,7 @@ sphinx-apidoc -e \ -o apidocs \ ../neupy && \ tinker --build && \ -# python search-index/build.py --for-deploy && \ +python search-index/build.py --for-deploy && \ export IS_SUCCESS=1 if [ $IS_SUCCESS ]; then