docs: temporarily disable some link checks (#2138)

This commit is contained in:
Vadym Barda
2024-10-18 14:37:19 -04:00
committed by GitHub
parent b647dcb0f2
commit b5fbc7a7b8
+1
View File
@@ -81,6 +81,7 @@ jobs:
--check-links-ignore "https://x.com/.*" \
--check-links-ignore "https://github\.com/.*" \
--check-links-ignore "/.*\.(ipynb|html)$" \
--check-links-ignore "https://python\.langchain\.com/.*" \
--check-links $(find docs/site -name "index.html" | grep -v 'storm/index.html')
else
echo "Fetching changes from origin/main..."