We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0c1e3 commit dfcae69Copy full SHA for dfcae69
1 file changed
.readthedocs.yml
@@ -30,7 +30,7 @@ build:
30
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
31
exit 183;
32
fi;
33
- if git diff --quiet origin/$base_branch -- Doc/ .readthedocs.yml;
+ if git diff --exit-code --stat origin/$base_branch -- Doc/ .readthedocs.yml;
34
then
35
echo "No changes to Doc/ - skipping the build.";
36
0 commit comments