Skip to content

Commit a5655e9

Browse files
committed
Fix duplicate .well-known path causing Laika parser errors
1 parent f5e38cf commit a5655e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.scala

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

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

0 commit comments

Comments
 (0)