mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
infra: merge in master during api docs build (#17494)
This commit is contained in:
parent
54373fb384
commit
1aeb52caac
10
.github/workflows/api_doc_build.yml
vendored
10
.github/workflows/api_doc_build.yml
vendored
@ -16,6 +16,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: bagatur/api_docs_build
|
ref: bagatur/api_docs_build
|
||||||
|
|
||||||
|
- name: Set Git config
|
||||||
|
run: |
|
||||||
|
git config --local user.email "actions@github.com"
|
||||||
|
git config --local user.name "Github Actions"
|
||||||
|
|
||||||
|
- name: Merge master
|
||||||
|
run: |
|
||||||
|
git fetch origin master
|
||||||
|
git merge origin/master -m "Merge master" --allow-unrelated-histories -X theirs
|
||||||
|
|
||||||
- name: Set up Python ${{ env.PYTHON_VERSION }} + Poetry ${{ env.POETRY_VERSION }}
|
- name: Set up Python ${{ env.PYTHON_VERSION }} + Poetry ${{ env.POETRY_VERSION }}
|
||||||
uses: "./.github/actions/poetry_setup"
|
uses: "./.github/actions/poetry_setup"
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user