Skip to content

Commit

Permalink
enable publishing unified docs. (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi authored May 28, 2024
1 parent d05a8f1 commit a64c351
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 @@ -254,7 +254,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 a64c351

Please sign in to comment.