diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-07 17:53:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-07 18:07:29 -0400 |
| commit | 30d9df63d33022ab3c742874b322b6e2c169ae06 (patch) | |
| tree | 24765b08efd8671467b1e9b133541a545af01ed0 | |
| parent | f0a5a19f72530baa41a7f1b24310173fb6f70e61 (diff) | |
perform SVG validation before deployment
| -rwxr-xr-x | deploy_static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_static b/deploy_static index 931702c9..17689acf 100755 --- a/deploy_static +++ b/deploy_static @@ -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 |
