Skip to content

Commit

Permalink
enable publishing unified docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi authored May 30, 2023
1 parent 7432530 commit 524fad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ lazy val docs = project
mainModuleName := (coreJVM / name).value,
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(coreJVM, slf4j, slf4jBridge, jpl),
projectStage := ProjectStage.ProductionReady,
publish / skip := true
publish / skip := false
)
.settings(macroDefinitionSettings)
.dependsOn(coreJVM, coreJS, slf4j, slf4jBridge, jpl)
Expand Down

0 comments on commit 524fad7

Please sign in to comment.