Skip to content

Commit

Permalink
disable more link checking (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Oct 31, 2024
1 parent c3622cb commit b527b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
--check-links-ignore "https://github\.com/.*" \
--check-links-ignore "/.*\.(ipynb|html)$" \
--check-links-ignore "https://python\.langchain\.com/.*" \
--check-links-ignore "https://www.\.langchain\.com/langgraph-platform-pricing.*" \
--check-links-ignore "https://www.langchain\.com/.*" \
--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')
Expand All @@ -97,6 +97,7 @@ jobs:
poetry run pytest -v \
--check-links-ignore "https://(api|web|docs)\.smith\.langchain\.com/.*" \
--check-links-ignore "https://x.com/.*" \
--check-links-ignore "https://www\.langchain\.com/.*" \
--check-links-ignore "https://github\.com/.*" \
--check-links-ignore "/.*\.(ipynb|html)$" \
--check-links ${CHANGED_FILES} \
Expand Down

0 comments on commit b527b78

Please sign in to comment.