perform SVG validation before deployment
This commit is contained in:
parent
f0a5a19f72
commit
30d9df63d3
@ -7,6 +7,7 @@ active=$(ssh $remote readlink html)
|
||||
|
||||
validatornu --Werror --skip-non-html static
|
||||
validatornu --Werror --skip-non-css static
|
||||
validatornu --skip-non-svg --no-langdetect static
|
||||
|
||||
if [[ $active = html_a ]]; then
|
||||
target=html_b
|
||||
|
Loading…
x
Reference in New Issue
Block a user