Skip to content

Commit 730ba26

Browse files
committed
Fix lychee --root-dir for local file checking
1 parent 356d500 commit 730ba26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Check for links error
3030
run: |
3131
docker run --rm -t -v $(pwd):/src -w /src lycheeverse/lychee:latest \
32-
--base html_site \
32+
--root-dir /src/html_site \
3333
--exclude "(github|gitlab|www.linkedin).com" \
3434
--exclude "^javascript:" \
3535
-n -v html_site/**/*.html

0 commit comments

Comments
 (0)