Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Castro authored Jan 3, 2024
1 parent 48ae423 commit 4c75a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Check if only README.md changed
id: check-file
if: github.event_name == 'push'
run: |
git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -v 'README.md' > changes.txt
if [ -s changes.txt ]; then
Expand Down

0 comments on commit 4c75a5d

Please sign in to comment.