From 5fe031ed17d71522bdd7eb94a145a6d0bc001d88 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 6 Jan 2025 21:38:52 +0100 Subject: Fix checking of absolute local links --- script/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/check') 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 -- cgit v1.2.3