We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8f879 commit 119cd27Copy full SHA for 119cd27
.github/workflows/check-urls.yml
@@ -15,5 +15,5 @@ jobs:
15
id: lychee
16
uses: lycheeverse/lychee-action@v1
17
with:
18
- args: content/*/*/*.md --no-progress --verbose --require-https
+ args: --no-progress --verbose --require-https 'content/*/*/*.md'
19
fail: true
0 commit comments