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 516eb62 commit 15b8c35Copy full SHA for 15b8c35
.github/workflows/check-urls.yml
@@ -15,7 +15,7 @@ jobs:
15
id: lychee
16
uses: lycheeverse/lychee-action@v1
17
with:
18
- args: --no-progress --verbose --require-https 'content/*/*/*.md' --max-retries 0 --max-concurrency 1
+ args: --no-progress --verbose --require-https --include-fragments 'content/*/*/*.md' --max-retries 0 --max-concurrency 1
19
fail: true
20
env:
21
CLICOLOR_FORCE: 1
0 commit comments