snowplow / scala-weather

High-performance Scala library for looking up the weather
https://snowplow.github.io/scala-weather/
45 stars 13 forks source link

Update publishing workflow for GH pages #119

Open dilyand opened 4 years ago

dilyand commented 4 years ago

The current workflow is:

$ git checkout master
$ sbt unidoc
$ sbt previewSite
$ sbt ghpagesPushSite

This works fine but is not like what we have in other library repos.

The standard should be https://github.com/snowplow/snowplow-scala-analytics-sdk .