diff --git a/Makefile b/Makefile index 6196e1497..968b50fbe 100644 --- a/Makefile +++ b/Makefile @@ -128,10 +128,11 @@ publish/release/python: .mk/client-python-publish-local && venv/bin/pdoc3 --html elastiknn -c show_type_annotations=True -o pdoc touch $@ -.mk/jekyll-site-build: docs/**/* - cd docs \ - && bundle install \ - && bundle exec jekyll build +.mk/jekyll-site-build: docs/**/* .mk/gradle-docs .mk/client-python-docs + cd docs && bundle install && bundle exec jekyll build + mkdir -p docs/_site/docs + rsync -av --delete build/docs/scaladoc docs/_site/docs + rsync -av --delete client-python/pdoc/elastiknn/ docs/_site/docs/pdoc touch $@ compile/docs: .mk/gradle-docs .mk/client-python-docs @@ -143,10 +144,6 @@ publish/docs: .mk/gradle-docs .mk/client-python-docs rsync -av --delete build/docs/scaladoc $(site_srvr):$(site_arch)/$(version) rsync -av --delete client-python/pdoc/elastiknn/ $(site_srvr):$(site_arch)/$(version)/pdoc - ssh $(site_srvr) mkdir -p $(site_main)/docs - rsync -av --delete build/docs/scaladoc $(site_srvr):$(site_main)/docs - rsync -av --delete client-python/pdoc/elastiknn/ $(site_srvr):$(site_main)/docs/pdoc - publish/site: .mk/jekyll-site-build rsync -av --delete docs/_site/ $(site_srvr):$(site_main) \ No newline at end of file diff --git a/version b/version index bb4e5497c..de088989d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.0-PRE14 +0.1.0-PRE15