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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ jobs:
mv langchain-google/libs/vertexai langchain/libs/partners/google-vertexai mv langchain-google/libs/vertexai langchain/libs/partners/google-vertexai
- name: Set Git config - name: Set Git config
working-directory: langchain
run: | run: |
git config --local user.email "actions@github.com" git config --local user.email "actions@github.com"
git config --local user.name "Github Actions" git config --local user.name "Github Actions"
@ -42,6 +43,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
poetry-version: ${{ env.POETRY_VERSION }} poetry-version: ${{ env.POETRY_VERSION }}
cache-key: api-docs cache-key: api-docs
working-directory: langchain
- name: Install dependencies - name: Install dependencies
working-directory: langchain working-directory: langchain