Skip to content

Commit 5d80e30

Browse files
committed
Fix htmlproofer configuration for local pages
Based on gjtorikian/html-proofer#170 (comment)
1 parent 4357d2e commit 5d80e30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
--ignore-empty-alt=true\
3535
--allow-hash-href=true\
3636
--enforce-https=false\
37-
--ignore-missing-alt=true
37+
--ignore-missing-alt=true\
38+
--swap-urls "https\:\/\/scala\.epfl\.ch:"

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:"
55
The Scala Center at EPFL. Not-for-profit, "for the good of all"
66
steward of Scala.
77
baseurl: "" # the subpath of your site, e.g. /blog
8-
url: "http://scala.epfl.ch" # the base hostname & protocol for your site
8+
url: "https://scala.epfl.ch" # the base hostname & protocol for your site
99
twitter_username: scala_lang
1010
github_username: scala
1111

0 commit comments

Comments
 (0)