Skip to content

Commit be066ee

Browse files
committed
updated git diff
1 parent 10c240c commit be066ee

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
@@ -241,7 +241,7 @@ jobs:
241241
- id: check-diff
242242
run: |
243243
set +e
244-
git diff --exit-code ./docs/
244+
git diff --exit-code -- ./docs/
245245
exitcode="$?"
246246
exit "$exitcode"
247247
- run: |

0 commit comments

Comments
 (0)