sbt-ghpages
sbt-ghpages copied to clipboard
git, site and ghpages support for sbt projects.
``` ─pbhowmick at osxmb-46 in ~/Projects/better-files on master✘✘✘ using ‹› 15-09-23 - 23:00:15 ╰─⠠⠵ sbt ghpages-push-site [info] Loading global plugins from /Users/pbhowmick/.sbt/0.13/plugins [info] Loading project definition from /Users/pbhowmick/Projects/better-files/project [info] Set...
As far as I can tell, the only way to specify a custom commit message is via `SBT_GHPAGES_COMMIT_MESSAGE` environment variable, right? I would like to include version information, along the...
I want to prevent some files from being removed. Despite several attempts to get it working, I may have found out that `includeFilter`s and `excludeFilter` are not working as expected....
sbt-ghpages is great; however, there's an annoying behavior. Suppose we have the following: - `~/.git` -- i.e., the home directory is a GIT project - no `~/.sbt/ghpages` - an sbt-ghpages...
Is there a way to either preserve or include a CNAME file with the scaladoc generation?
To avoid ``` [error] warning: push.default is unset; its implicit value has changed in [error] Git 2.0 from 'matching' to 'simple'. To squelch this message [error] and maintain the traditional...
I try to deploy (on [Wercker](https://app.wercker.com/#) hosted mode) generated ScalaDoc files into github/gh-pages using the following Wercker script: ``` box: hseeberger/scala-sbt build: steps: - script: name: compile code: | sbt...
This page shows how to create the gh-pages branch better. https://help.github.com/articles/creating-project-pages-manually/#create-a-gh-pages-branch Use ``` Bash cd repository git checkout --orphan gh-pages # Creates our branch, without any parents (it's an orphan!)...
For those of us working on multiple projects with different targets (public/open-source, work/proprietary) on the same system, $HOME/.gitconfig may not contain a value for user.email, or even user.name -- or...
I forked a project, set the proper git.remoteRepo, but ghpages-push-site still publishes to the original repository's gh-pages branch. .git/config points to the right fork, remoteRepo is set to the fork,...