homepage/.drone.yml

12 lines
187 B
YAML

kind: pipeline
type: docker
name: html_website
steps:
- name: html_validate
image: ubuntu
commands:
- apt-get update && apt-get install -y tidy
- tidy -imu index.html + || true