Skip to content

Commit 0c8898b

Browse files
committed
Fix
1 parent 8aa9cef commit 0c8898b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
working-directory: ./
199199
- name: "Check for outdated documentation"
200200
run: |
201-
if ! git diff --exit-code docs/reference/; then
201+
if ! git diff --exit-code -- docs/reference/; then
202202
echo "::error::Generated documentation is out of date. Please run 'invoke docs.generate' locally and commit the changes."
203203
exit 1
204204
fi

0 commit comments

Comments
 (0)