Skip to content

Commit 867b98b

Browse files
committed
Remove'--cached' from 'git diff --exit-code' (caused failing doc job)
1 parent 78077c0 commit 867b98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
find gdnative -name .html -o -type f -print0 | xargs -0 sed -i 's/'"$libVersion"'/master/g'
8080
81-
if git diff --exit-code --cached --quiet
81+
if git diff --exit-code --quiet
8282
then
8383
echo "$shortSha introduces no doc changes; skip commit and push."
8484
else

0 commit comments

Comments
 (0)