Skip to content

Commit 53adebc

Browse files
committed
Explicitly add .well-known to input tree
1 parent 1aeaeca commit 53adebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ object LaikaBuild {
8787

8888
InputTree[IO]
8989
.addDirectory("src")
90+
// Laika skips .dotfiles by default
91+
.addDirectory("src/.well-known", Path.Root / ".well-known")
9092
.addInputStream(
9193
IO.blocking(securityPolicy.openStream()),
9294
Path.Root / "security.md"

0 commit comments

Comments
 (0)