Skip to content

Commit e5eb048

Browse files
committed
GitHub Actionsからつながらないページを無視リストに登録 #1670
GitHub ActionsではIPv6が使えないらしく、IPv4だとものすごく時間がかかるページらしい
1 parent 0e56e8d commit e5eb048

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/script/link_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def fix_link(link: str) -> str:
9292
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
9393
"https://www.microsoft.com/", # ちょくちょく失敗するが、一時的なものだと思われる
9494
"https://www.gnu.org/", # 毎週失敗する。/lang/cpp11/thread_local_storage.md でのみ使用。gcc.gnu.orgは失敗しない
95+
"https://www.decadent.org.uk", # GitHub ActionsランナーからIPv6は経路なし・IPv4はconnectタイムアウトで到達不能。ブラウザ/通常回線では200 (reference/thread.md)
9596
]
9697

9798
IGNORE_REGEX_LIST = [

0 commit comments

Comments
 (0)