We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0595a39 commit f1c0d5dCopy full SHA for f1c0d5d
1 file changed
.github/workflows/script/link_check.py
@@ -58,6 +58,7 @@ def fix_link(link: str) -> str:
58
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
59
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
60
"https://www.microsoft.com/", # ちょくちょく失敗するが、一時的なものだと思われる
61
+ "https://www.gnu.org/", # 毎週失敗する。/lang/cpp11/thread_local_storage.md でのみ使用。gcc.gnu.orgは失敗しない
62
]
63
64
IGNORE_REGEX_LIST = [
0 commit comments