Skip to content

Commit 04fcdad

Browse files
mmckyCopilot
andauthored
Update .github/workflows/linkcheck.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ee340dc commit 04fcdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: lycheeverse/lychee-action@v2
2222
with:
2323
fail: false
24-
args: --accept 403,503 *.html
24+
args: --accept 403,503 **/*.html
2525
- name: Create Issue From File
2626
if: steps.lychee.outputs.exit_code != 0
2727
uses: peter-evans/create-issue-from-file@v5

0 commit comments

Comments
 (0)