Fix link that is causing docs build to fail (#2194)

This commit is contained in:
Lance Martin
2024-10-25 23:34:08 +00:00
committed by GitHub
parent 62444d4c63
commit 688de89864
+3 -1
View File
@@ -82,7 +82,9 @@ jobs:
--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')
--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')
else
echo "Fetching changes from origin/main..."
git fetch origin main