docs: ignore more links in url checker (#3374)

This commit is contained in:
Vadym Barda
2025-02-10 15:27:58 -05:00
committed by GitHub
parent 6e20c9f3f9
commit 740870df65
+1
View File
@@ -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')