Fix CI no include hashover
This commit is contained in:
parent
5f5cf7fd93
commit
ef8996b656
@ -100,7 +100,7 @@ rsync_upload: publish
|
|||||||
ftp_upload: publish
|
ftp_upload: publish
|
||||||
lftp ftp://$(FTP_USER)@$(FTP_HOST) -e "mirror -R $(OUTPUTDIR) $(FTP_TARGET_DIR) ; quit"
|
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)
|
html5validator --root $(OUTPUTDIR) || html5validator -l --root $(OUTPUTDIR)
|
||||||
|
|
||||||
.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload ftp_upload
|
.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload ftp_upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user