Skip to content

Commit ec65f4d

Browse files
committed
Ignore racom.eu URL during broken links check as it is always reported broken
1 parent c8ada78 commit ec65f4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/broken-links-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
url: 'https://react-ui.io'
1616
honorRobotExclusions: false
17+
ignorePatterns: "www.racom.eu"
1718

1819
- name: Get the result
1920
run: echo "${{steps.link-report.outputs.result}}"

0 commit comments

Comments
 (0)