[CI] Fix vnu path in html validator
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-09-11 17:00:22 +02:00
parent 3ccad58405
commit 76228565aa

View file

@ -16,7 +16,7 @@ steps:
- name: w3c validator
image: validator/validator:latest
commands:
- vnu static/*.html
- /vnu-runtime-image/bin/vnu static/*.html
- name: markdown lint
image: pipelinecomponents/markdownlint:latest