diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-03-18 12:51:13 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-03-18 12:51:13 +0100 |
commit | 3e59dc32d5621f93dd6b7be989e873b097bcea6c (patch) | |
tree | da8a823760df6f5f291d4c85d31382a4b6f06c38 /deploy | |
parent | 2746e74bf9a2105a53d92eee8dec1bc5197a868c (diff) | |
download | blog-3e59dc32d5621f93dd6b7be989e873b097bcea6c.tar |
Run third-party markup checkers after deployment
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |