Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Feb 14, 2024
1 parent 54373fb commit aae668d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
ref: bagatur/api_docs_build

- name: Merge master
run: |
git fetch origin master
git merge master -m "Merge master"
- name: Set up Python ${{ env.PYTHON_VERSION }} + Poetry ${{ env.POETRY_VERSION }}
uses: "./.github/actions/poetry_setup"
with:
Expand Down

0 comments on commit aae668d

Please sign in to comment.