Skip to content

Commit b901370

Browse files
committed
Fix checking relative links with lychee
1 parent 830ba1e commit b901370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)