From 3e59dc32d5621f93dd6b7be989e873b097bcea6c Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Fri, 18 Mar 2022 12:51:13 +0100 Subject: Run third-party markup checkers after deployment --- deploy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deploy') 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" -- cgit v1.2.3