summaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-03-18 12:51:13 +0100
committerStefan Kreutz <mail@skreutz.com>2022-03-18 12:51:13 +0100
commit3e59dc32d5621f93dd6b7be989e873b097bcea6c (patch)
treeda8a823760df6f5f291d4c85d31382a4b6f06c38 /deploy
parent2746e74bf9a2105a53d92eee8dec1bc5197a868c (diff)
downloadblog-3e59dc32d5621f93dd6b7be989e873b097bcea6c.tar
Run third-party markup checkers after deployment
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy b/deploy
index bd260ac..21602a5 100755
--- a/deploy
+++ b/deploy
@@ -54,3 +54,5 @@ curl \
--output /dev/null \
http://www.bing.com/ping?sitemap=https%3A%2F%2Fwww.skreutz.com/sitemap.xml \
|| ( >&2 printf "error: failed to submit live sitemap to bing.com\\n" )
+
+/bin/sh "${root}/check"
Generated by cgit. See skreutz.com for my tech blog and contact information.