Skip to content

Commit

Permalink
docs: disable link check for link that doesn't exist yet (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Oct 31, 2024
1 parent d0e59f4 commit c3622cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +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://openai.com/index/memory-and-new-controls-for-chatgpt/" \
--check-links $(find docs/site -name "index.html" | grep -v 'storm/index.html')
Expand Down

0 comments on commit c3622cb

Please sign in to comment.