We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc22ca3 commit 4d13c67Copy full SHA for 4d13c67
1 file changed
build.sbt
@@ -64,6 +64,7 @@ lazy val docs = (project in file("docs"))
64
.settings(
65
mdocIn := file("README.template.md"),
66
mdocOut := file("README.md"),
67
+ publish / skip := true
68
)
69
70
0 commit comments