Skip to content

Commit 628041f

Browse files
committed
use correct mdoc path
1 parent 8d09b14 commit 628041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ val CICommands = Seq(
129129
"scalafixEnable",
130130
"compile",
131131
"test",
132-
"docs/mdoc",
132+
"docs/mdoc --in README.md",
133133
"scalafmtCheckAll",
134134
"scalafmtSbtCheck",
135135
s"scalafix --check $scalafixRules",

0 commit comments

Comments
 (0)