disable more link checking (#2265)

This commit is contained in:
Eugene Yurtsev
2024-10-31 04:10:10 +00:00
committed by GitHub
parent c3622cb0fe
commit b527b785fd
+2 -1
View File
@@ -82,7 +82,7 @@ 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/langgraph-platform-pricing.*" \
--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,6 +97,7 @@ 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} \