perform CSS validation before deployment
This commit is contained in:
parent
d77684cd3f
commit
f0a5a19f72
@ -6,6 +6,7 @@ remote=www-data@grapheneos.org
|
|||||||
active=$(ssh $remote readlink html)
|
active=$(ssh $remote readlink html)
|
||||||
|
|
||||||
validatornu --Werror --skip-non-html static
|
validatornu --Werror --skip-non-html static
|
||||||
|
validatornu --Werror --skip-non-css static
|
||||||
|
|
||||||
if [[ $active = html_a ]]; then
|
if [[ $active = html_a ]]; then
|
||||||
target=html_b
|
target=html_b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user