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 4357d2e commit 5d80e30Copy full SHA for 5d80e30
.github/workflows/ci.yml
@@ -34,4 +34,5 @@ jobs:
34
--ignore-empty-alt=true\
35
--allow-hash-href=true\
36
--enforce-https=false\
37
- --ignore-missing-alt=true
+ --ignore-missing-alt=true\
38
+ --swap-urls "https\:\/\/scala\.epfl\.ch:"
_config.yml
@@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:"
5
The Scala Center at EPFL. Not-for-profit, "for the good of all"
6
steward of Scala.
7
baseurl: "" # the subpath of your site, e.g. /blog
8
-url: "http://scala.epfl.ch" # the base hostname & protocol for your site
+url: "https://scala.epfl.ch" # the base hostname & protocol for your site
9
twitter_username: scala_lang
10
github_username: scala
11
0 commit comments