From d77684cd3fa028fa66f00523708188f9b239b814 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 7 Aug 2019 16:55:51 -0400 Subject: [PATCH] perform HTML validation before deployment --- deploy_static | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy_static b/deploy_static index 0e158c3d..431cb4b5 100755 --- a/deploy_static +++ b/deploy_static @@ -5,6 +5,8 @@ set -o errexit remote=www-data@grapheneos.org active=$(ssh $remote readlink html) +validatornu --Werror --skip-non-html static + if [[ $active = html_a ]]; then target=html_b else