docs: add another ignore url pattern to link check (#2357)

This commit is contained in:
Vadym Barda
2024-11-07 00:43:22 +00:00
committed by GitHub
parent eef65d94ac
commit fef748e6cc
+2 -1
View File
@@ -82,7 +82,8 @@ jobs:
--check-links-ignore "https://github\.com/.*" \
--check-links-ignore "/.*\.(ipynb|html)$" \
--check-links-ignore "https://python\.langchain\.com/.*" \
--check-links-ignore "https://openai.com/index/memory-and-new-controls-for-chatgpt/" \
--check-links-ignore "https://openai\.com/.*" \
--check-links-ignore "https://pepy\.tech/.*" \
--check-links $(find docs/site -name "index.html" | grep -v 'storm/index.html')
else