diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-05-27 17:40:42 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-05-27 17:40:42 +0200 |
commit | c8ed6730234259a455d34e072e8bbf9e7f21e6ef (patch) | |
tree | fe339d3be0c3b453b6942201734bcbf23ee74be1 | |
parent | 85b9126721e8798ae7d3d1c60771e7148958a430 (diff) | |
download | blog-c8ed6730234259a455d34e072e8bbf9e7f21e6ef.tar |
Require HTTPS links
-rwxr-xr-x | script/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/check b/script/check index 77cfc1f..49f8820 100755 --- a/script/check +++ b/script/check @@ -7,4 +7,4 @@ set -o xtrace cabal v2-run exe:site -- rebuild # See also lychee.toml and .lycheeignore. -lychee --cache --no-progress --root-dir "$( realpath _site )" _site +lychee --cache --no-progress --require-https --root-dir "$( realpath _site )" _site |