summaryrefslogtreecommitdiff
path: root/script/check
blob: a7de23f5dd2f6d9cbaa7e5d05fcc34f9d85f828a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

set -o errexit
set -o nounset
set -o xtrace

cabal v2-run exe:site -- rebuild

# See also .lycheeignore file.
lychee \
  --exclude-link-local \
  --exclude-loopback \
  --exclude-mail \
  --exclude-private \
  --format detailed \
  _site/
Generated by cgit. See skreutz.com for my tech blog and contact information.