Skip to content

Commit b834d26

Browse files
committed
[4.5] CI: Show doctool diffs inside submodules
1 parent e587e73 commit b834d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
echo "Running --doctool to see if this changes the public API without updating the documentation."
235235
echo -e "If a diff is shown, it means that your code/doc changes are incomplete and you should update the class reference with --doctool.\n\n"
236236
${{ matrix.bin }} --doctool --headless 2>&1 > /dev/null || true
237-
git diff --color --exit-code && ! git ls-files --others --exclude-standard | sed -e 's/^/New doc file missing in PR: /' | grep 'xml$'
237+
git diff --color --submodule=diff --ignore-submodules=none --exit-code && ! git ls-files --others --exclude-standard | sed -e 's/^/New doc file missing in PR: /' | grep 'xml$'
238238
239239
# Check API backwards compatibility
240240
- name: Check for GDExtension compatibility

0 commit comments

Comments
 (0)