This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
commit ca3abe2f074fabf4e56a1504b9371f8eb78be3a0 Author: Antoine Toulme <anto...@lunar-ocean.com> AuthorDate: Tue Mar 10 09:09:42 2020 -0700 install bundler --- publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index b6adb2e..8b463f8 100755 --- a/publish.sh +++ b/publish.sh @@ -46,11 +46,11 @@ rvm install 2.7.0 rvm use 2.7.0 # -# Run the gradlew script to generate HTML for tuweni.apache.org +# Run the jekyll script to generate HTML for tuweni.apache.org # - cd master-branch echo "Building site..." +gem install bundler bundle install && bundle exec jekyll build if [ $? -ne 0 ]; then echo "Build failed!" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org For additional commands, e-mail: commits-h...@tuweni.apache.org