Skip to content

Commit a152f54

Browse files
committed
fix: lychee action
1 parent a95786d commit a152f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: lychee
3434
uses: lycheeverse/lychee-action@v2
3535
with:
36-
args: --base _site/ --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
36+
args: --base _site/ --verbose --no-progress '_site/**/*.html'
3737
fail: true
3838

3939
# - name: Create Issue From File

0 commit comments

Comments
 (0)