Skip to content

Commit 2c72913

Browse files
committed
Simplify definitions of github.base_url
1 parent 2253423 commit 2c72913

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
@@ -98,7 +98,7 @@ lazy val docs = project
9898
.enablePlugins(GhpagesPlugin, ParadoxSitePlugin, ParadoxMaterialThemePlugin)
9999
.settings(
100100
paradoxProperties in Paradox ++= Map(
101-
"github.base_url" -> s"${scmInfo.value.get.browseUrl}"
101+
"github.base_url" -> scmInfo.value.get.browseUrl.toString
102102
),
103103
ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox),
104104
paradoxMaterialTheme in Paradox := {

0 commit comments

Comments
 (0)