From ef8996b656b9cfa52bbcc3e34b93d143a3d97195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 16 May 2021 13:17:37 -0500 Subject: [PATCH] Fix CI no include hashover --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 4daeeee..93212ed 100644 --- a/Makefile.example +++ b/Makefile.example @@ -100,7 +100,7 @@ rsync_upload: publish ftp_upload: publish lftp ftp://$(FTP_USER)@$(FTP_HOST) -e "mirror -R $(OUTPUTDIR) $(FTP_TARGET_DIR) ; quit" -validate: publish +validate: publishconf html5validator --root $(OUTPUTDIR) || html5validator -l --root $(OUTPUTDIR) .PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload ftp_upload