Add meta merging in docs (#440)

This commit is contained in:
William FH
2024-05-13 12:31:43 -07:00
committed by GitHub
parent 8c7502fe1b
commit 1f045761b6
6 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ jobs:
env:
LANGCHAIN_API_KEY: test
shell: bash
run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" --check-links-ignore "https://x.com/.*" ./examples
run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" --check-links-ignore "https://x.com/.*" --check-links-ignore "*.dcbadge.vercel.app*"./examples