From 014d9983d88afda4aaf483abe634672da38526c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 1 Feb 2020 22:10:59 +0100 Subject: [PATCH] check html with tidy --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a5d7f4c..1c27c0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: html_validate image: ubuntu commands: - - apt update && apt upgrade -y && apt install -y w3c-markup-validator - + - apt-get update && apt-get install -y tidy + - tidy -imu index.html trigger: branch: - master