Skip to content

Commit

Permalink
test the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 22, 2024
1 parent b5dca70 commit 4ad31c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH # Ensure Poetry's bin directory is in PATH
- name: Install doc dependencies using Poetry
- name: Install documentation dependencies using Poetry
run: |
poetry install --only doc # Install only the documentation dependencies
Expand Down

0 comments on commit 4ad31c4

Please sign in to comment.