mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-26 02:36:45 +00:00
Test htmlproofer
This commit is contained in:
parent
5451167164
commit
0b375b4472
|
@ -14,6 +14,16 @@ pipeline:
|
||||||
include: [ main ]
|
include: [ main ]
|
||||||
event: [push, deployment]
|
event: [push, deployment]
|
||||||
|
|
||||||
|
htmlproofer:
|
||||||
|
image: olikami/htmlproofer:latest # fork of 18fgsa/html-proofer
|
||||||
|
commands:
|
||||||
|
- ( git show --no-patch --format=format:%B | grep htmlproofer >/dev/null ) && htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck || true
|
||||||
|
when:
|
||||||
|
status: success
|
||||||
|
branch:
|
||||||
|
include: [ main ]
|
||||||
|
event: [push, deployment]
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine
|
image: alpine
|
||||||
secrets: [ deploy_key ]
|
secrets: [ deploy_key ]
|
||||||
|
|
Loading…
Reference in a new issue