Skip to content

Commit

Permalink
Use project scope for mdoc sources setting, not ThisBuild (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdalpra authored and juanpedromoreno committed Nov 5, 2019
1 parent c0dc891 commit 64e942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/microsites/MicrositesPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object MicrositesPlugin extends AutoPlugin {
sourceDirectory in Jekyll := resourceManaged.value / "main" / "jekyll",
tutSourceDirectory := sourceDirectory.value / "main" / "tut",
tutTargetDirectory := resourceManaged.value / "main" / "jekyll",
mdocIn := baseDirectory.in(ThisBuild).value / "docs",
mdocIn := baseDirectory.value / "docs",
mdocOut := resourceManaged.value / "main" / "jekyll",
)

Expand Down

0 comments on commit 64e942a

Please sign in to comment.