sbt / sbt-ghpages

git, site and ghpages support for sbt projects.
Other
91 stars 20 forks source link

Add a ghpagesBranch setting. #29

Closed nrinaudo closed 7 years ago

nrinaudo commented 7 years ago

This contains the name of the branch in which to put site data. It defaults to gh-pages, so that the behaviour of sbt-ghpages still defaults to proper githug pages support.

The purpose of this setting is to let people working with other systems than github (gitlab, in my case) use sbt-ghpages with very little additional configuration.

nrinaudo commented 7 years ago

This addresses #28