From 28cf3aab453153c98db2cfc5c5699068887a08e2 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 26 Feb 2024 11:47:04 -0800 Subject: [PATCH] infra: api docs build commit dir (#18147) --- .github/workflows/api_doc_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/api_doc_build.yml b/.github/workflows/api_doc_build.yml index 18abc6a0510..e47cf682aaa 100644 --- a/.github/workflows/api_doc_build.yml +++ b/.github/workflows/api_doc_build.yml @@ -26,6 +26,7 @@ jobs: mv langchain-google/libs/vertexai langchain/libs/partners/google-vertexai - name: Set Git config + working-directory: langchain run: | git config --local user.email "actions@github.com" git config --local user.name "Github Actions" @@ -42,6 +43,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} poetry-version: ${{ env.POETRY_VERSION }} cache-key: api-docs + working-directory: langchain - name: Install dependencies working-directory: langchain