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

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

cabal v2-run exe:site -- rebuild

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