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 9ca016e commit 8212ec9Copy full SHA for 8212ec9
project/Build.scala
@@ -369,6 +369,9 @@ object Build {
369
val majorVersion = baseVersion.take(baseVersion.lastIndexOf('.'))
370
IO.write(file("./docs/_site/versions/latest-nightly-base"), majorVersion)
371
372
+ // This file is used by GitHub Pages when the page is available in a custom domain
373
+ IO.write(file("./docs/_site/CNAME"), "dotty.epfl.ch")
374
+
375
val sources = unmanagedSources.in(mode match {
376
case NonBootstrapped => `dotty-library`
377
case Bootstrapped => `dotty-library-bootstrapped`
0 commit comments