From 657df4769c7d64503ce016d3ff1c1327d2f228fa Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 7 Feb 2018 19:10:17 +0000 Subject: [PATCH] Exclude html5up from deadlink check It breaks on the CI for some reason --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a18b790..efbd32e 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,8 @@ test: --exclude "staticflickr.com"\ --exclude "twitter.com/intent"\ --exclude "facebook.com/sharer"\ - --exclude "reddit.com/submit" + --exclude "reddit.com/submit"\ + --exclude "html5up.net/" .PHONY: build clean install test