infra: api docs build commit dir (#18147)

This commit is contained in:
Erick Friis
2024-02-26 11:47:04 -08:00
committed by GitHub
parent 166f3d8351
commit 28cf3aab45

View File

@@ -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