[fix] ignore link & ignore link check for zh

master
cvvergara 2023-04-12 13:26:46 -06:00 committed by Vicky Vergara
parent 4288719d0a
commit efc8a2f6e2
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [de,en,es,fi,fr,hu,ja,it,nl,pt,sv,tr,zh]
language: [de,en,es,fi,fr,hu,ja,it,nl,pt,sv,tr]
steps:
- uses: actions/checkout@v3

View File

@ -206,6 +206,7 @@ linkcheck_ignore = [
r'https://docs.etf-validator.net',
r'https://etf-validator.net',
r'https://www.ogc.org',
r'https://www.safe.com',
# link exists but when many link checks are done link checker fails
# ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))