Test htmlproofer, again

This commit is contained in:
lostinlight 2022-02-07 22:29:30 +03:00
parent 0b375b4472
commit f25ee08b18
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pipeline:
htmlproofer:
image: olikami/htmlproofer:latest # fork of 18fgsa/html-proofer
commands:
- apk add git
- ( git show --no-patch --format=format:%B | grep htmlproofer >/dev/null ) && htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck || true
when:
status: success