Add --include-fragments to lychee

This commit is contained in:
Alejandro Lazaro
2025-11-20 19:02:18 +01:00
parent 853e7098e2
commit bc5d6d5ae8

View File

@@ -18,7 +18,8 @@ jobs:
with:
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
# Exclude udemy.com (Failed: Network error: Forbidden)
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
# Add check for url.com/index#fragments
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com --include-fragments
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}