From 740870df6562188a5b8712efcc94e26f583a3a9b Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 10 Feb 2025 15:27:58 -0500 Subject: [PATCH] docs: ignore more links in url checker (#3374) --- .github/workflows/deploy_docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index dbab5e9c3..39dabca39 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -100,6 +100,7 @@ jobs: --check-links-ignore "/.*\.(ipynb|html)$" \ --check-links-ignore "https://python\.langchain\.com/.*" \ --check-links-ignore "https://openai\.com/.*" \ + --check-links-ignore "https://www\.uber\.com/.*" \ --check-links-ignore "https://pepy\.tech/.*" \ --check-links $(find site -name "index.html" | grep -v 'storm/index.html')