sbt-ghpages icon indicating copy to clipboard operation
sbt-ghpages copied to clipboard

git, site and ghpages support for sbt projects.

Results 21 sbt-ghpages issues
Sort by recently updated
recently updated
newest added

Hi @eed3si9n Long time no see :smile: I'm trying to upgrade all sbt plugin dependencies in sbt-native-packager and I am stuck with this error ``` info] loading settings for project...

Currently, it is difficult to integrate sbt-ghpages in a GitHub workflow. It is not even documented how to do it and first attempts fail with authorisation errors. It would be...

I add this line into my plugin.sbt: **addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")** However, sbt reports: **[error] not found: https://repo1.maven.org/maven2/com/typesafe/sbt/sbt-ghpages_2.12_1.0/0.6.3/sbt-ghpages-0.6.3.pom** I checked the url and find no sbt-ghpages plugins. I wonder...

Since the contents of this repo are autogenerated (and supposed to match exactly the SBT site produced), it makes no sense to respect any `.gitignore` settings when committing for GH...

## The Problems I have a [multiproject](https://github.com/mslinn/web3j-scala/blob/multi/build.sbt) that I am struggling to make work with `sbt-ghpages` and SBT 0.13.16. The subprojects are called `root` and `demo`, in similarly named directories....

For https://github.com/Synesso/scala-stellar-sdk/tree/c5d4d1983d46c93c035ef34f69580f3a31a6699a The `paradox` target creates a functional site, including font assets. But the `ghpagesPushSite` target will ignore the `specimen` subdirectory within `assets/fonts`. build.sbt declares ` siteSourceDirectory := target.value /...

On travis, I don't cache `~/.sbt/ghpages` since the cache sometimes gets corrupted (see #40). Then, as expected `ghpagesPushSite` clones the repository. I found that after a fresh clone, `ghpagesPushSite` would...

``` [IJ]sbt:PragmaticScala> ghpagesPushSite [error] fatal: not a git repository (or any of the parent directories): .git [error] Nonzero exit code (128) running git. [error] (ghpagesUpdatedRepository) Nonzero exit code (128) running...

When I use sbt-site and sbt-ghpages plugin to publish Scala docs, I mostly never want it to wipe out the older pages. Could we either document how now to do...