add gixy support to process-static workflow
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user