Skip to content

Commit dfcae69

Browse files
committed
fixup! Rewrite RTD configuration to use build.jobs rather than build.commands
Include output of the relevant diff stat
1 parent 2c0c1e3 commit dfcae69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build:
3030
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
3131
exit 183;
3232
fi;
33-
if git diff --quiet origin/$base_branch -- Doc/ .readthedocs.yml;
33+
if git diff --exit-code --stat origin/$base_branch -- Doc/ .readthedocs.yml;
3434
then
3535
echo "No changes to Doc/ - skipping the build.";
3636
exit 183;

0 commit comments

Comments
 (0)