Skip to content

Commit

Permalink
docs: temporarily disable some link checks (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Oct 18, 2024
1 parent b647dcb commit b5fbc7a
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 @@ -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..."
Expand Down

0 comments on commit b5fbc7a

Please sign in to comment.