Skip to content

Commit 2c5d6ea

Browse files
chore: remove comment
1 parent dd5c742 commit 2c5d6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ enablePlugins(SiteScaladocPlugin)
9696

9797
val publishScalaDoc = (ref: ProjectRef) =>
9898
ReleaseStep(
99-
action = releaseStepTaskAggregated(ref / ghpagesPushSite) // publish scaladoc
99+
action = releaseStepTaskAggregated(ref / ghpagesPushSite)
100100
)
101101

102102
val runIntegrationTest = (ref: ProjectRef) =>

0 commit comments

Comments
 (0)