Skip to content

Commit 6b277db

Browse files
authored
Backport "Fix: Correction of the siteRoot path" to LTS (#18957)
Backports #17297 to the LTS branch. PR submitted by the release tooling.
2 parents 65c942d + 746ae98 commit 6b277db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ object Scaladoc:
202202
classpath.get,
203203
bootclasspath.get,
204204
destFile,
205-
siteRoot.nonDefault,
205+
Option(siteRoot.withDefault(siteRoot.default)),
206206
projectVersion.nonDefault,
207207
projectLogo.nonDefault,
208208
projectFooter.nonDefault,

0 commit comments

Comments
 (0)