From e6fd3bfb28ecf4743963517819e266e165074f4c Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Sat, 7 Jan 2023 23:49:25 +0000 Subject: [PATCH] ci: disable checking twitter links The [lycheeverse/lychee-action][1] GitHub action keeps timing out when trying to check any of the links from twitter.com My guess is maybe Twitter has anti-bot measures active against GitHub's CI servers. [1]: https://github.com/lycheeverse/lychee-action --- .lycheeignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lycheeignore b/.lycheeignore index 767906b16..79cf4428b 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -9,5 +9,8 @@ https://mkdocs.org/ https://osawards.com/javascript/#nominees https://osawards.com/javascript/2019 +# Timeout error, maybe Twitter has anti-bot defences against GitHub's CI servers? +https://twitter.com/mermaidjs_ + # Don't check files that are generated during the build via `pnpm docs:code` packages/mermaid/src/docs/config/setup/*