Skip to content

Commit

Permalink
change command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocapozzoli committed Mar 11, 2024
1 parent e5171f6 commit 5c25b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Check for changes in docs/ and deploy
run: |
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q "^docs/"; then
if git diff --quiet HEAD^ HEAD docs/; then
echo "Changes detected in docs/"
pip install poetry
poetry install --only doc
Expand Down

0 comments on commit 5c25b7b

Please sign in to comment.