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 5672b24 commit 4508c36Copy full SHA for 4508c36
docs/make-multi.jl
@@ -92,7 +92,7 @@ if success(`git commit -m 'Aggregate documentation'`)
92
else
93
run(`git push -u origin $outbranch`)
94
end
95
- run(`git checkout main`)
+ run(`git checkout master`)
96
97
@info "No changes to aggregated documentation."
98
0 commit comments