Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArzelaAscoIi committed Nov 8, 2023
1 parent a896cc8 commit 645ad82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
- name: Generate API docs
run: ./.github/utils/pydoc-markdown.sh

- name: Install dependencies for doc deployment
run: pip install mkdocs-material mkdocstrings[python] mkdocs-mermaid2-plugin mike

- name: Configure git to push docs
run: |
Expand All @@ -46,6 +44,9 @@ jobs:
git config pull.rebase false
git pull --allow-unrelated-histories origin gh-pages
- name: Install dependencies for doc deployment
run: pip install mkdocs-material mkdocstrings[python] mkdocs-mermaid2-plugin mike

- name: Publish docs
run: |
VERSION=$(sed -n 's/__version__ = "\(.*\)"/\1/p' ./deepset_cloud_sdk/__about__.py) && \
Expand Down

0 comments on commit 645ad82

Please sign in to comment.