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 c9428cc commit 1691254Copy full SHA for 1691254
1 file changed
.readthedocs.yml
@@ -24,10 +24,10 @@ build:
24
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ];
25
then
26
base_branch=main;
27
- git fetch --depth=50 origin $base_branch:origin/$base_branch;
+ git fetch --depth=50 origin $base_branch:origin-$base_branch;
28
for attempt in $(seq 10);
29
do
30
- if ! git merge-base HEAD origin/$base_branch;
+ if ! git merge-base HEAD origin-$base_branch;
31
32
git fetch --deepen=50 origin $base_branch;
33
else
0 commit comments