Skip to content

Commit

Permalink
ci(docs): fixing poetry install flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Braun committed Aug 31, 2023
1 parent 4e55c2a commit 95d21f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set .venv Config
run : poetry config virtualenvs.in-project true
- name: Install Deps
run: "../common-utils/common_utils_build.sh && poetry install --with-only main,docs --no-root --no-ansi"
run: "../common-utils/common_utils_build.sh && poetry install --only main,docs --no-root --no-ansi"
- name: Build Docs
run: "poetry run mkdocs build"
- name: Setup Pages
Expand Down

0 comments on commit 95d21f2

Please sign in to comment.