Skip to content

Commit 8e9f025

Browse files
committed
refine linkcheck
1 parent cb4adf6 commit 8e9f025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ poetry run doc8 --ignore-path build --max-line-length 100 -q
2222
set +e
2323
poetry run sphinx-build -b linkcheck -q -D linkcheck_timeout=5 ./source ./build > /dev/null 2>&1
2424
if [ $? -ne 0 ]; then
25-
cat ./build/output.txt
25+
cat ./build/output.txt | grep broken
2626
exit 1
2727
fi
2828
#################################################

0 commit comments

Comments
 (0)