Skip to content

Commit 5a5968e

Browse files
committed
ci/format: add debug var to mdbook-linkcheck.
Temporary, will be used in order to help catch timeouts.
1 parent dad175a commit 5a5968e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tar xvf ~/bin/linkcheck.tar.gz -C ~/bin
99

1010
echo "Checking links"
1111

12-
~/bin/mdbook-linkcheck -s
12+
RUST_LOG=linkcheck=debug ~/bin/mdbook-linkcheck -s
1313
LINKCHECK=$?
1414

1515
echo "Installing Go"

0 commit comments

Comments
 (0)