From 3403669e9b3ff69f211d7f725a3f8eda97e01182 Mon Sep 17 00:00:00 2001 From: Torkel Rogstad Date: Mon, 3 Jun 2019 17:00:11 +0200 Subject: [PATCH] Docs: Fix missing Scaladocs --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b51852265..4d88ddb5ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,5 +64,7 @@ jobs: name: Publish library script: sbt ci-release # run website push only if previous stages passed - - script: sbt docs/docusaurusPublishGhpages + # we use custom sbt task that first compiles Scaladocs + # and then calls the docusaurusPublishGhpages task + - script: sbt docs/publishWebsite name: Publish website