Skip to content

Commit f1c0d5d

Browse files
committed
外部リンクチェック : https://www.gnu.org/ を無視リストに登録 #1444
1 parent 0595a39 commit f1c0d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/script/link_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def fix_link(link: str) -> str:
5858
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
5959
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
6060
"https://www.microsoft.com/", # ちょくちょく失敗するが、一時的なものだと思われる
61+
"https://www.gnu.org/", # 毎週失敗する。/lang/cpp11/thread_local_storage.md でのみ使用。gcc.gnu.orgは失敗しない
6162
]
6263

6364
IGNORE_REGEX_LIST = [

0 commit comments

Comments
 (0)