Skip to content

Commit

Permalink
install the whole dev suite on deploy-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Oct 25, 2023
1 parent f985058 commit d51e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mkdocs-material-
- run: |
python -m pip install --upgrade pip
pip install .
pip install ".[dev]"
pip install -r docs-requirements.txt
- run: |
git config --global user.name "${GITHUB_ACTOR}"
Expand Down

0 comments on commit d51e213

Please sign in to comment.