mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 18:56:25 +00:00
Linkcheck: increase retries
This commit is contained in:
parent
8b177c4b05
commit
cceefb569c
@ -55,7 +55,7 @@ else
|
||||
bash -c 'curl -Ss -o linkcheck -z linkcheck https://raw.githubusercontent.com/cytopia/linkcheck/master/linkcheck 2>/dev/null'
|
||||
endif
|
||||
chmod +x linkcheck
|
||||
./linkcheck -r 30 -t 30 -e rst _includes/
|
||||
./linkcheck -r 60 -t 30 -e rst _includes/
|
||||
|
||||
build:
|
||||
sphinx-build -a -E -n -j auto -q -W . _build/html
|
||||
|
Loading…
Reference in New Issue
Block a user