Skip to content

Commit 46450ab

Browse files
authored
Fix/link (#77)
1 parent 0b624ab commit 46450ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic-link-watcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: lychee
2121
uses: lycheeverse/lychee-action@v2.8.0
2222
with:
23-
args: --verbose --no-progress --exclude-loopback --accept '100..=103,200..=299,429' .
23+
args: --verbose --no-progress --exclude-loopback --accept '100..=103,200..=299,429' ./content/docs/landing-page-content/*.md
2424
output: ./lychee/out.md
2525
fail: true
2626
env:

0 commit comments

Comments
 (0)