We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b624ab commit 46450abCopy full SHA for 46450ab
.github/workflows/periodic-link-watcher.yml
@@ -20,7 +20,7 @@ jobs:
20
id: lychee
21
uses: lycheeverse/lychee-action@v2.8.0
22
with:
23
- args: --verbose --no-progress --exclude-loopback --accept '100..=103,200..=299,429' .
+ args: --verbose --no-progress --exclude-loopback --accept '100..=103,200..=299,429' ./content/docs/landing-page-content/*.md
24
output: ./lychee/out.md
25
fail: true
26
env:
0 commit comments