Exclude html5up from deadlink check
It breaks on the CI for some reason
This commit is contained in:
parent
4540196dee
commit
657df4769c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue