summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-30 11:18:20 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-30 11:18:20 +0200
commited3338aec51b7a36167139069f7e3d244afee223 (patch)
treeb877217cb52ae9a4ad4167b4c37c1a53660795bc /script
parent71924540624d898e93b20b94f61fa87b41f6100f (diff)
downloadblog-ed3338aec51b7a36167139069f7e3d244afee223.tar
Extract lychee configuration
Thereby require HTTPS when available.
Diffstat (limited to 'script')
-rwxr-xr-xscript/check8
1 files changed, 2 insertions, 6 deletions
diff --git a/script/check b/script/check
index ca9845c..0e42b97 100755
--- a/script/check
+++ b/script/check
@@ -6,9 +6,5 @@ set -o xtrace
cabal v2-run exe:site -- rebuild
-# See also .lycheeignore file.
-lychee \
- --exclude-loopback \
- --exclude-private \
- --format detailed \
- _site/
+# See also lychee.toml and .lycheeignore.
+lychee _site
Generated by cgit. See skreutz.com for my tech blog and contact information.