Skip to content

Commit 15b8c35

Browse files
authored
check anchor links [HC-1465] (#496)
check anchor links
1 parent 516eb62 commit 15b8c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: lychee
1616
uses: lycheeverse/lychee-action@v1
1717
with:
18-
args: --no-progress --verbose --require-https 'content/*/*/*.md' --max-retries 0 --max-concurrency 1
18+
args: --no-progress --verbose --require-https --include-fragments 'content/*/*/*.md' --max-retries 0 --max-concurrency 1
1919
fail: true
2020
env:
2121
CLICOLOR_FORCE: 1

0 commit comments

Comments
 (0)