Docs: Merge pull request #491 from torkelrogstad/2019-06-03-website-scaladoc

Docs: Fix missing Scaladocs
This commit is contained in:
Torkel Rogstad 2019-06-03 17:02:33 +02:00 committed by GitHub
commit 3e7fb2be42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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