summaryrefslogtreecommitdiff
path: root/script/check-links
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-04-28 15:24:06 +0200
committerStefan Kreutz <mail@skreutz.com>2022-04-28 15:24:06 +0200
commit00fd2149d708e13f0e3dbd3a7a1c07b54586ee0e (patch)
tree4d8ac6002ad5bafa4888901591507401be67c610 /script/check-links
parentac6d78a8d8956d13dc86496a4bb953aee0376538 (diff)
downloadblog-00fd2149d708e13f0e3dbd3a7a1c07b54586ee0e.tar
Run checks before deployment
Diffstat (limited to 'script/check-links')
-rwxr-xr-xscript/check-links15
1 files changed, 0 insertions, 15 deletions
diff --git a/script/check-links b/script/check-links
deleted file mode 100755
index e745f78..0000000
--- a/script/check-links
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /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.