Skip to content

Commit 84213f9

Browse files
committed
Check content folder only
1 parent 201440e commit 84213f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
id: lychee
2020
uses: lycheeverse/lychee-action@v2
2121
with:
22-
args: --verbose --no-progress --exclude "https://example.com" './**/*.md' './**/*.html' './**/*.rst'
22+
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst'

0 commit comments

Comments
 (0)