@@ -39,16 +39,18 @@ vendor/bundle:
3939url-check-fails.json \
4040standard.publiccode.net-url-check-fails.json \
4141bumperscripter-url-check-fails.json \
42+ publiccode.net-url-check-fails.json \
4243community-implementation-guide-standard-url-check-fails.json \
4344standard.publiccode.net-develop-url-check-fails.json \
4445 &: url-check/url-check.py url-check-config.json
45- url-check/url-check.py --verbose
46+ url-check/url-check.py --verbose --timeout=20
4647
4748_site/url-check-fails.json _site/index.html & : index.md url-check-fails.json \
4849 badges/standard.publiccode.net.svg \
4950 badges/standard.publiccode.net-develop.svg \
5051 badges/community-implementation-guide-standard.svg \
5152 badges/bumperscripter.svg \
53+ badges/publiccode.net.svg \
5254 vendor/bundle
5355 PAGES_REPO_NWO=publiccodenet/publiccodenet-url-check \
5456 bundle exec jekyll build
@@ -84,13 +86,18 @@ badges/community-implementation-guide-standard.svg: \
8486 community-implementation-guide-standard-url-check-fails.json
8587 $(MAKE_BADGE ) " community-implementation-guide-standard" " main"
8688
87-
8889badges/bumperscripter.svg : \
8990 ./node_modules/.bin/badge \
9091 ./url-check/make-badge \
9192 bumperscripter-url-check-fails.json
9293 $(MAKE_BADGE ) " bumperscripter" " main"
9394
95+ badges/publiccode.net.svg : \
96+ ./node_modules/.bin/badge \
97+ ./url-check/make-badge \
98+ publiccode.net-url-check-fails.json
99+ $(MAKE_BADGE ) " publiccode.net" " main"
100+
94101.PHONY : build
95102build : _site/index.html
96103
0 commit comments