We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebb783 commit a8a1b4aCopy full SHA for a8a1b4a
.github/workflows/doc.yml
@@ -78,7 +78,7 @@ jobs:
78
79
find gdnative -name .html -o -type f -print0 | xargs -0 sed -i 's/'"$libVersion"'/master/g'
80
81
- if git diff --exit-code
+ if git diff --exit-code --cached --quiet
82
then
83
echo "$shortSha introduces no doc changes; skip commit and push."
84
else
0 commit comments