aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.example
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-05-16 13:17:37 -0500
committerJesús <heckyel@hyperbola.info>2021-05-16 13:17:37 -0500
commitef8996b656b9cfa52bbcc3e34b93d143a3d97195 (patch)
treebf3805d085035100d8e6186526cf21938c371cd6 /Makefile.example
parent5f5cf7fd9319cb8d0f16d2d048d600b798393d8a (diff)
downloadlibretube-ef8996b656b9cfa52bbcc3e34b93d143a3d97195.tar.lz
libretube-ef8996b656b9cfa52bbcc3e34b93d143a3d97195.tar.xz
libretube-ef8996b656b9cfa52bbcc3e34b93d143a3d97195.zip
Fix CI no include hashover
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
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