mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-28 14:05:02 +00:00
fix
This commit is contained in:
parent
639d1f31be
commit
0e0c03e0e1
8
.github/workflows/api_doc_build.yml
vendored
8
.github/workflows/api_doc_build.yml
vendored
@ -30,9 +30,13 @@ jobs:
|
||||
yq '
|
||||
.packages[]
|
||||
| select(
|
||||
(.repo | test("^langchain-ai/")) # in org
|
||||
(
|
||||
(.repo | startswith("langchain-ai/"))
|
||||
and
|
||||
(.repo != "langchain-ai/langchain")
|
||||
)
|
||||
or
|
||||
(.include_in_api_ref // false) # explicit flag
|
||||
(.include_in_api_ref // false)
|
||||
)
|
||||
| .repo
|
||||
' langchain/libs/packages.yml
|
||||
|
Loading…
Reference in New Issue
Block a user