Skip to content

Commit f15b213

Browse files
committed
Fix checking relative links with lychee
1 parent 7204e99 commit f15b213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pre-push:
1212
commands:
1313
check-links:
1414
tags: docs
15-
run: command -v lychee && lychee docs README.md --exclude localhost --exclude x.com --exclude twitter.com --accept=200,429
15+
run: command -v lychee && lychee docs README.md --exclude localhost --exclude x.com --exclude twitter.com --accept=200,429 --root-dir "$(pwd)/static"

0 commit comments

Comments
 (0)