Skip to content

Commit

Permalink
ignore publishing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed Jan 10, 2023
1 parent d661b64 commit 6124203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ lazy val interopReactiveStreams = project
lazy val docs = project
.in(file("zio-interop-reactivestreams-docs"))
.settings(
moduleName := "zio-interop-reactivestreams-docs",
publish / skip := true,
moduleName := "zio-interop-reactivestreams-docs",
scalacOptions -= "-Yno-imports",
scalacOptions -= "-Xfatal-warnings",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 6124203

Please sign in to comment.