mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 21:57:47 +00:00
Use reproducible linkcheck
This commit is contained in:
parent
6984d43ff9
commit
487b69331c
@ -24,13 +24,11 @@ help:
|
|||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
linkcheck2:
|
linkcheck2:
|
||||||
ifeq ($(wildcard file1),)
|
docker run \
|
||||||
bash -c 'curl -Ss -o linkcheck https://raw.githubusercontent.com/cytopia/linkcheck/master/linkcheck 2>/dev/null'
|
--rm \
|
||||||
else
|
$$(tty -s && echo "-it" || echo) \
|
||||||
bash -c 'curl -Ss -o linkcheck -z linkcheck https://raw.githubusercontent.com/cytopia/linkcheck/master/linkcheck 2>/dev/null'
|
-v $(PWD):/data \
|
||||||
endif
|
cytopia/linkcheck -l -k -r 60 -t 30 -e rst -c '200,204' _includes/
|
||||||
chmod +x linkcheck
|
|
||||||
./linkcheck -l -k -r 60 -t 30 -e rst -c '200,204' _includes/
|
|
||||||
|
|
||||||
linkcheck:
|
linkcheck:
|
||||||
docker run \
|
docker run \
|
||||||
|
Loading…
Reference in New Issue
Block a user