mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-28 22:14:18 +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 '
|
yq '
|
||||||
.packages[]
|
.packages[]
|
||||||
| select(
|
| select(
|
||||||
(.repo | test("^langchain-ai/")) # in org
|
(
|
||||||
|
(.repo | startswith("langchain-ai/"))
|
||||||
|
and
|
||||||
|
(.repo != "langchain-ai/langchain")
|
||||||
|
)
|
||||||
or
|
or
|
||||||
(.include_in_api_ref // false) # explicit flag
|
(.include_in_api_ref // false)
|
||||||
)
|
)
|
||||||
| .repo
|
| .repo
|
||||||
' langchain/libs/packages.yml
|
' langchain/libs/packages.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user