Skip to content

Commit

Permalink
Check content folder only
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Nov 19, 2024
1 parent 201440e commit 84213f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --exclude "https://example.com" './**/*.md' './**/*.html' './**/*.rst'
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst'

0 comments on commit 84213f9

Please sign in to comment.