We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c3ce2 commit 9ebd5f1Copy full SHA for 9ebd5f1
1 file changed
.github/workflows/build.yml
@@ -239,7 +239,7 @@ jobs:
239
git config --global user.name "GitHub Action"
240
- run: git add -- ./docs/${{ env.friendly-version }}
241
- id: check-diff
242
- run: git diff-index --quiet --cached HEAD --
+ run: git diff --exit-code ./docs/
243
- run: |
244
echo "Check diff exit code: $?"
245
echo "Check diff outcome: ${{ steps.check-diff.outcome }}"
0 commit comments