Skip to content

Commit 9bba7f6

Browse files
committed
Fix lychee again...
1 parent 1236756 commit 9bba7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 --root-dir "$(pwd)" -v
30+
args: docs README.md --exclude localhost --exclude x.com --exclude twitter.com --root-dir "$(pwd)/static" -v

0 commit comments

Comments
 (0)