Skip to content

Commit

Permalink
Merge pull request #158 from 47deg/jp-fixes-microsite-push-with
Browse files Browse the repository at this point in the history
Fixes micrositePushWith Setting
  • Loading branch information
purrgrammer authored Sep 19, 2018
2 parents 81de7d6 + 455a37b commit 47cc4e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ object ProjectPlugin extends AutoPlugin {
"gray-lighter" -> "#F4F3F9",
"white-color" -> "#FFFFFF"
),
includeFilter in makeSite := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.md"
includeFilter in makeSite := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.md",
micrositeGithubToken := getEnvVar("ORG_GITHUB_TOKEN"),
micrositePushSiteWith := GitHub4s
)

lazy val commonTutSettings: Seq[Def.Setting[_]] = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.2.3

0 comments on commit 47cc4e9

Please sign in to comment.