sbt / sbt-ghpages

git, site and ghpages support for sbt projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate `.nojekyll` file automatically

jsuereth opened this issue · comments

By default, pushing to ghpages causes jekyll to run on the pushed repository. Since we're using the site plugin to run jekyll, we should push a .nojekyll file to ensure jekyll doesn't re-run and mess up any source code.

This should be a configurable setting, so users can turn it off.