Disabled external links in 'make test'

This commit is contained in:
Wen Kokke 2018-07-05 15:31:29 +01:00
parent db9aa67887
commit 76b4c7144e

View file

@ -5,7 +5,7 @@ markdown := $(subst src/,out/,$(subst .lagda,.md,$(agda)))
all: $(markdown)
test: build
ruby -S bundle exec htmlproofer _site
ruby -S bundle exec htmlproofer _site --disable-external
statistics:
hs/agda-count