From f0a5a19f72530baa41a7f1b24310173fb6f70e61 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 7 Aug 2019 17:34:31 -0400 Subject: [PATCH] perform CSS validation before deployment --- deploy_static | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy_static b/deploy_static index 431cb4b5..931702c9 100755 --- a/deploy_static +++ b/deploy_static @@ -6,6 +6,7 @@ remote=www-data@grapheneos.org active=$(ssh $remote readlink html) validatornu --Werror --skip-non-html static +validatornu --Werror --skip-non-css static if [[ $active = html_a ]]; then target=html_b