Skip to content

Commit 119cd27

Browse files
committed
Fix args
1 parent fc8f879 commit 119cd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
id: lychee
1616
uses: lycheeverse/lychee-action@v1
1717
with:
18-
args: content/*/*/*.md --no-progress --verbose --require-https
18+
args: --no-progress --verbose --require-https 'content/*/*/*.md'
1919
fail: true

0 commit comments

Comments
 (0)