Skip to content

Commit 32027d1

Browse files
authored
Update linkvalidator.yml
1 parent b35d0c3 commit 32027d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkvalidator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424
with:
25-
args: --accept=200,429,403 --verbose --no-progress './**/*.md'
25+
args: --accept=200,429,403,502,503 --verbose --no-progress './**/*.md'
2626
fail: true
2727

2828
- name: Create Issue From File

0 commit comments

Comments
 (0)