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

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

cabal v2-run exe:site -- rebuild
lychee \
  --exclude-link-local \
  --exclude-loopback \
  --exclude-mail \
  --exclude-private \
  --format detailed \
  --verbose \
  _site/
Generated by cgit. See skreutz.com for my tech blog and contact information.