From c20907189e0f5130b7fbb66b63ce84b3cc2c2cee Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 25 Nov 2021 18:41:04 -0500 Subject: [PATCH] integrate gixy into process-static --- process-static | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/process-static b/process-static index e5956bdb..c4fd4d73 100755 --- a/process-static +++ b/process-static @@ -43,6 +43,11 @@ 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 + xmllint --noout static-tmp/**/*.html validatornu --Werror --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg) find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \