docs: disable link check for link that doesn't exist yet (#2263)

This commit is contained in:
Eugene Yurtsev
2024-10-31 03:51:44 +00:00
committed by GitHub
parent d0e59f406b
commit c3622cb0fe
+1
View File
@@ -82,6 +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://openai.com/index/memory-and-new-controls-for-chatgpt/" \
--check-links $(find docs/site -name "index.html" | grep -v 'storm/index.html')