Skip to content

Commit dd81c7e

Browse files
committed
Fix lychee in CI
1 parent 3b816de commit dd81c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2929
with:
30-
args: docs README.md --exclude localhost --exclude x.com --exclude twitter.com -v
30+
args: docs README.md --exclude localhost --exclude x.com --exclude twitter.com --root-dir "$(pwd)" -v

0 commit comments

Comments
 (0)