Skip to content

Commit

Permalink
fix(cd): install only docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LucieNvz committed Sep 26, 2024
1 parent ef6a505 commit d26748c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install packages & build
run: |
poetry install --with docs
poetry install --only docs
- name: Build documentation
working-directory: docs
Expand Down

0 comments on commit d26748c

Please sign in to comment.