From c7ffdaed6c7dcf6fa5e97c6e3f5a0055381288ce Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 25 Nov 2021 20:21:12 -0500 Subject: add gixy support to process-static workflow --- process-static | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'process-static') diff --git a/process-static b/process-static index c4fd4d73..ac809e0d 100755 --- a/process-static +++ b/process-static @@ -43,10 +43,7 @@ done sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf -# temporarily disabled for GitHub Actions due to unresolved compatibility issue -if [[ ${GITHUB_ACTIONS:-false} != true ]]; then - gixy nginx-tmp/nginx.conf -fi +gixy nginx-tmp/nginx.conf xmllint --noout static-tmp/**/*.html validatornu --Werror --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg) -- cgit v1.3.1