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 2253423 commit 2c72913Copy full SHA for 2c72913
build.sbt
@@ -98,7 +98,7 @@ lazy val docs = project
98
.enablePlugins(GhpagesPlugin, ParadoxSitePlugin, ParadoxMaterialThemePlugin)
99
.settings(
100
paradoxProperties in Paradox ++= Map(
101
- "github.base_url" -> s"${scmInfo.value.get.browseUrl}"
+ "github.base_url" -> scmInfo.value.get.browseUrl.toString
102
),
103
ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox),
104
paradoxMaterialTheme in Paradox := {
0 commit comments