We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7a935 commit e399091Copy full SHA for e399091
1 file changed
.github/workflows/links.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Link Checker
36
uses: lycheeverse/lychee-action@v2
37
with:
38
- args: --verbose --no-progress -- _site/**/*.html
+ args: --verbose --no-progress --root-dir _site -- _site/**/*.html
39
fail: true
40
env:
41
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments