diff options
Diffstat (limited to 'script/check')
-rwxr-xr-x | script/check | 8 |
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 |