From 4b1d30906ebe25331bba96fb65d192642743baa1 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 31 Oct 2024 14:48:32 -0400 Subject: [PATCH] ci: update deploy docs workflow to check external links on langchain.com (#2280) Reverts temporary change that was made yesterday to accommodate a link that was only available on the staging version of langchain.com --- .github/workflows/deploy_docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 426cdaa3c..1852d9896 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -82,7 +82,6 @@ jobs: --check-links-ignore "https://github\.com/.*" \ --check-links-ignore "/.*\.(ipynb|html)$" \ --check-links-ignore "https://python\.langchain\.com/.*" \ - --check-links-ignore "https://www.langchain\.com/.*" \ --check-links-ignore "https://openai.com/index/memory-and-new-controls-for-chatgpt/" \ --check-links $(find docs/site -name "index.html" | grep -v 'storm/index.html') @@ -97,7 +96,6 @@ jobs: poetry run pytest -v \ --check-links-ignore "https://(api|web|docs)\.smith\.langchain\.com/.*" \ --check-links-ignore "https://x.com/.*" \ - --check-links-ignore "https://www\.langchain\.com/.*" \ --check-links-ignore "https://github\.com/.*" \ --check-links-ignore "/.*\.(ipynb|html)$" \ --check-links ${CHANGED_FILES} \