Skip to content

Commit

Permalink
[Docs] Ignore linkcheck localhost on main (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Dec 19, 2024
2 parents ebb2823 + c14c978 commit ce239c7
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 @@ -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/.*" \
Expand Down

0 comments on commit ce239c7

Please sign in to comment.