Skip to content

Commit

Permalink
Merge pull request #434 from publiccodenet/link-fix-20230704T064412Z
Browse files Browse the repository at this point in the history
ignore listennotes.com, fix un.org entry
  • Loading branch information
Ainali committed Jul 4, 2023
2 parents 7b96d23 + 45c5fa8 commit 0a45dd5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions script/test-with-link-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ bundle exec jekyll build
# * opensource.org : gives 503 No error when run as GitHub workflow
# * belastingdienst.nl/wps/wcm/connect/bldcontenten : regular timeouts
# * www.un.org : gives 403 No error when run as GitHub workflow
# * chat.openai.com/chat : gives 403 No error when run as GitHub workflow
# * listennotes.com : gives 403 No error when run as GitHub workflow
# * chat.openai.com : gives 403 No error when run as GitHub workflow
#
#
URL_IGNORE_REGEXES="\
Expand All @@ -42,8 +43,9 @@ URL_IGNORE_REGEXES="\
,/linkedin\.com/\
,/opensource\.org/\
,/belastingdienst\.nl\/wps\/wcm\/connect\/bldcontenten/\
,/www\.un\.org\/en\/content\
,/chat\.openai\.com\/chat/\
,/www\.un\.org\/en\/content/\
,/listennotes\.com/\
,/chat\.openai\.com/\
"

# Check for broken links and missing alt tags:
Expand Down

0 comments on commit 0a45dd5

Please sign in to comment.