Skip to content

Commit e399091

Browse files
committed
Fix lychee: add --root-dir for root-relative link resolution
1 parent ae7a935 commit e399091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Link Checker
3636
uses: lycheeverse/lychee-action@v2
3737
with:
38-
args: --verbose --no-progress -- _site/**/*.html
38+
args: --verbose --no-progress --root-dir _site -- _site/**/*.html
3939
fail: true
4040
env:
4141
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)