Skip to content

Commit

Permalink
infra: api docs build commit dir (langchain-ai#18147)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and gkorland committed Mar 30, 2024
1 parent c128b49 commit 76c683c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 76c683c

Please sign in to comment.