You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest option is probably to modify .travis/deploy.sh to do sbt doc and commit ./target/scala-2.12/api to gh-pages branch
But travis allows for multiple deploy providers! That would be way easier and we wouldn't need to use the script. We'd just need a doc generation step and then we can use the regular deploy section with provider: pages
The text was updated successfully, but these errors were encountered:
From @peel:
The text was updated successfully, but these errors were encountered: