Skip to content

Commit

Permalink
update api build script (#18930)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Mar 11, 2024
1 parent c24c871 commit def329b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Merge master
working-directory: langchain
run: |
git fetch origin master
git merge origin/master -m "Merge master" --allow-unrelated-histories -X theirs
git remote add upstream https://github.com/langchain-ai/langchain.git
git fetch upstream master
git merge upstream/master -m "Merge master" --allow-unrelated-histories -X theirs

- name: Move google libs
run: |
Expand Down

0 comments on commit def329b

Please sign in to comment.