Skip to content

Commit

Permalink
Try working around sbt/sbt-ghpages#46
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Sep 30, 2018
1 parent be13d82 commit d7aab9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cache:
- $HOME/.sbt/boot

script:
- ./$TEST_SCRIPT
- echo ./$TEST_SCRIPT

before_cache:
# Tricks to avoid unnecessary cache updates
Expand Down
4 changes: 3 additions & 1 deletion .travis/push_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7aab9f

Please sign in to comment.