Docs: Fix missing Scaladocs

This commit is contained in:
Torkel Rogstad 2019-06-03 17:00:11 +02:00
parent 2c86137c17
commit 3403669e9b

View file

@ -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