We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201440e commit 84213f9Copy full SHA for 84213f9
.github/workflows/link-check.yml
@@ -19,4 +19,4 @@ jobs:
19
id: lychee
20
uses: lycheeverse/lychee-action@v2
21
with:
22
- args: --verbose --no-progress --exclude "https://example.com" './**/*.md' './**/*.html' './**/*.rst'
+ args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst'
0 commit comments