add gixy support to process-static workflow
This commit is contained in:
parent
d7186e9a12
commit
c7ffdaed6c
@ -43,10 +43,7 @@ done
|
|||||||
|
|
||||||
sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf
|
sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf
|
||||||
|
|
||||||
# temporarily disabled for GitHub Actions due to unresolved compatibility issue
|
gixy nginx-tmp/nginx.conf
|
||||||
if [[ ${GITHUB_ACTIONS:-false} != true ]]; then
|
|
||||||
gixy nginx-tmp/nginx.conf
|
|
||||||
fi
|
|
||||||
|
|
||||||
xmllint --noout static-tmp/**/*.html
|
xmllint --noout static-tmp/**/*.html
|
||||||
validatornu --Werror --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg)
|
validatornu --Werror --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg)
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
lxml
|
lxml
|
||||||
cssselect
|
cssselect
|
||||||
|
gixy==0.1.20
|
||||||
|
pyparsing==2.4.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user