diff --git a/.woodpecker.yml b/.woodpecker.yml index d0b2073..9d45861 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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