[Docs] Ignore localhost on main

This commit is contained in:
William Fu-Hinthorn
2024-12-18 16:46:34 -08:00
parent ebb2823be0
commit c14c978824
+2 -1
View File
@@ -89,7 +89,8 @@ jobs:
--check-links-ignore "https://x.com/.*" \
--check-links-ignore "https://github\.com/.*" \
--check-links-ignore "http://localhost:8123/.*" \
--check-links-ignore "http://localhost:2024/.*" \
--check-links-ignore "http://localhost:2024.*" \
--check-links-ignore "http://127.0.0.1:.*" \
--check-links-ignore "/.*\.(ipynb|html)$" \
--check-links-ignore "https://python\.langchain\.com/.*" \
--check-links-ignore "https://openai\.com/.*" \