summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-04-21 15:54:59 +0200
committerStefan Kreutz <mail@skreutz.com>2023-04-21 15:54:59 +0200
commitca56f3957a9026d8c81a0097652da1388627c2e0 (patch)
tree9a01ed016f8890b11c80aa5651646699e8f48256 /script
parent22e71a56b266ba4263dbf38c4e1b714a393e4766 (diff)
downloadblog-ca56f3957a9026d8c81a0097652da1388627c2e0.tar
Let lychee cache requests on disk
Diffstat (limited to 'script')
-rwxr-xr-xscript/check2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/check b/script/check
index 0e42b97..8694082 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 _site
+lychee --cache --no-progress _site
Generated by cgit. See skreutz.com for my tech blog and contact information.