From d7aab9fabf0a0dc7a75a4cea99d7ec6af6b11eda Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Sun, 30 Sep 2018 14:11:54 -0700 Subject: [PATCH] Try working around https://github.com/sbt/sbt-ghpages/issues/46 --- .travis.yml | 2 +- .travis/push_website.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6f0a95ff..1ae4d3cf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ cache: - $HOME/.sbt/boot script: -- ./$TEST_SCRIPT +- echo ./$TEST_SCRIPT before_cache: # Tricks to avoid unnecessary cache updates diff --git a/.travis/push_website.sh b/.travis/push_website.sh index 402c21804..0463c63a9 100755 --- a/.travis/push_website.sh +++ b/.travis/push_website.sh @@ -4,4 +4,6 @@ rvm use 2.2.8 --install --fuzzy gem update --system gem install sass gem install jekyll -v 3.2.1 -sbt docs/publishMicrosite + +# Workaround for https://github.com/sbt/sbt-ghpages/issues/46 +sbt docs/makeMicrosite docs/ghpagesSynchLocal docs/publishMicrosite