Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 64e1eca

Browse files
committed
Fix docs update configuration
1 parent 54219e0 commit 64e1eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPubl
2020
UpdateVersionInDocs(sLog.value, organization.value, version.value, List(file("docs-sources") / "README.md"))
2121
Def.task {
2222
(docs.jvm(scala213) / mdoc).toTask("").value
23-
files1 ++ Seq(file("generated-docs"), file("README.md"))
23+
files1 ++ Seq(file("README.md"))
2424
}
2525
}.value
2626
)

0 commit comments

Comments
 (0)