From 515c34d1cef3f92dcb96d0008d5cd440f7bc7286 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 24 Feb 2025 17:14:42 -0800 Subject: [PATCH] Fix docs build --- .github/workflows/deploy_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 7a414577a..bd8719ee2 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -117,6 +117,7 @@ jobs: --check-links-ignore "https://(api|web|docs)\.smith\.langchain\.com/.*" \ --check-links-ignore "https://academy\.langchain\.com/.*" \ --check-links-ignore "https://x.com/.*" \ + --check-links-ignore "https://twitter.com/.*" \ --check-links-ignore "https://github\.com/.*" \ --check-links-ignore "http://localhost:8123/.*" \ --check-links-ignore "http://localhost:2024.*" \ @@ -143,6 +144,7 @@ jobs: --check-links-ignore "http://localhost:2024.*" \ --check-links-ignore "http://127.0.0.1:.*" \ --check-links-ignore "https://x.com/.*" \ + --check-links-ignore "https://twitter.com/.*" \ --check-links-ignore "https://github\.com/.*" \ --check-links-ignore "/.*\.(ipynb|html)$" \ --check-links ${CHANGED_FILES} \