Skip to content

Commit 76cc52a

Browse files
authored
Update websiteChecker.yml
1 parent afb98d3 commit 76cc52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/websiteChecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
curl ${{ github.event.inputs.websiteurl }} -s -f -o /dev/null
4343
- name: Execute Link Check
4444
run: >
45-
linkchecker -r 2 --check-extern --no-status -f
45+
linkchecker -r 2 --check-extern --no-status --ignore-url=[@] --ignore-url=r"^(?!.*http).*html.*$" -f
4646
./IGPageContentValidator/linkcheckerrc ${{ github.event.inputs.websiteurl }} || test $? = 1;
4747
job3:
4848
name: spell checker

0 commit comments

Comments
 (0)