Skip to content

Commit

Permalink
Merge pull request #178 from armanbilge/issue/161
Browse files Browse the repository at this point in the history
Use `laikaSite / target` to get site directory
  • Loading branch information
armanbilge authored Feb 20, 2022
2 parents 8041c1d + 254db97 commit aea6e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ object TypelevelSitePlugin extends AutoPlugin {
.value
.toPath
.toAbsolutePath
.relativize(((Laika / target).value / "site").toPath)
.relativize((laikaSite / target).value.toPath)
.toString,
"keep_files" -> tlSiteKeepFiles.value.toString
),
Expand Down

0 comments on commit aea6e51

Please sign in to comment.