summaryrefslogtreecommitdiff
path: root/script/check
blob: 0e42b974f165ae405b85b008a259663e9a6e4772 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

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

cabal v2-run exe:site -- rebuild

# See also lychee.toml and .lycheeignore.
lychee _site
Generated by cgit. See skreutz.com for my tech blog and contact information.