Skip to content

Commit 7d1c06f

Browse files
committed
ci: resume git diff check
1 parent 7f9023f commit 7d1c06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
run: ${{ env.DOCS_COMMAND }}
221221
- name: "Check if SDK API documentation needs to be refreshed"
222222
run: |
223-
git diff ${SDK_API_DOCS_DIR}
223+
git diff --quiet ${SDK_API_DOCS_DIR}
224224
225225
validate-documentation-style:
226226
if: |

0 commit comments

Comments
 (0)