Skip to content

Commit

Permalink
Try again to fix diff command
Browse files Browse the repository at this point in the history
  • Loading branch information
ezmiller committed Mar 9, 2024
1 parent d24f7ad commit f84bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check for changes in docs folder
id: docs_check
run: |
if git diff --name-only master './docs'; then
if git diff --name-only origin/master './docs'; then
echo "docs_changed=true" >> $GITHUB_OUTPUT
else
echo "docs_changed=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f84bb2a

Please sign in to comment.