We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5c742 commit 2c5d6eaCopy full SHA for 2c5d6ea
build.sbt
@@ -96,7 +96,7 @@ enablePlugins(SiteScaladocPlugin)
96
97
val publishScalaDoc = (ref: ProjectRef) =>
98
ReleaseStep(
99
- action = releaseStepTaskAggregated(ref / ghpagesPushSite) // publish scaladoc
+ action = releaseStepTaskAggregated(ref / ghpagesPushSite)
100
)
101
102
val runIntegrationTest = (ref: ProjectRef) =>
0 commit comments