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 1691254 commit 569bf42Copy full SHA for 569bf42
1 file changed
.readthedocs.yml
@@ -34,12 +34,12 @@ build:
34
break;
35
fi;
36
done;
37
- if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-stat --no-edit origin/$base_branch;
+ if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-stat --no-edit origin-$base_branch;
38
then
39
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
40
exit 183;
41
42
- if git diff --exit-code --stat origin/$base_branch -- Doc/ .readthedocs.yml;
+ if git diff --exit-code --stat origin-$base_branch -- Doc/ .readthedocs.yml;
43
44
echo "No changes to Doc/ - skipping the build.";
45
0 commit comments