Skip to content

Commit 9ebd5f1

Browse files
committed
tetss
1 parent b5c3ce2 commit 9ebd5f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
git config --global user.name "GitHub Action"
240240
- run: git add -- ./docs/${{ env.friendly-version }}
241241
- id: check-diff
242-
run: git diff-index --quiet --cached HEAD --
242+
run: git diff --exit-code ./docs/
243243
- run: |
244244
echo "Check diff exit code: $?"
245245
echo "Check diff outcome: ${{ steps.check-diff.outcome }}"

0 commit comments

Comments
 (0)