We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95786d commit a152f54Copy full SHA for a152f54
.github/workflows/links.yml
@@ -33,7 +33,7 @@ jobs:
33
id: lychee
34
uses: lycheeverse/lychee-action@v2
35
with:
36
- args: --base _site/ --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
+ args: --base _site/ --verbose --no-progress '_site/**/*.html'
37
fail: true
38
39
# - name: Create Issue From File
0 commit comments