diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-01-06 21:38:52 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-01-06 21:38:52 +0100 |
commit | 5fe031ed17d71522bdd7eb94a145a6d0bc001d88 (patch) | |
tree | de6839bfa310d2b65045e014e1aca864bead65ff /script/check | |
parent | 575781b54febd9736dee1d7514a9d5efd62bb131 (diff) | |
download | blog-5fe031ed17d71522bdd7eb94a145a6d0bc001d88.tar |
Fix checking of absolute local links
Diffstat (limited to 'script/check')
-rwxr-xr-x | script/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/check b/script/check index 8694082..77cfc1f 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 _site +lychee --cache --no-progress --root-dir "$( realpath _site )" _site |