Skip to content

Commit

Permalink
Merge pull request #27 from Sagacify/doc
Browse files Browse the repository at this point in the history
fix(cd): install only docs dependencies
  • Loading branch information
LucieNvz authored Sep 26, 2024
2 parents ef6a505 + d26748c commit cf825a1
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 cf825a1

Please sign in to comment.