perform CSS validation before deployment

This commit is contained in:
Daniel Micay 2019-08-07 17:34:31 -04:00
parent d77684cd3f
commit f0a5a19f72

View File

@ -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