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 f80ca69 commit 2b77031Copy full SHA for 2b77031
docs/make-multi.jl
@@ -63,6 +63,7 @@ run(`git pull`)
63
64
outbranch = "dep-multidocs"
65
has_outbranch = true
66
+run(`git restore docs/Project.toml`)
67
if !success(`git checkout -f $outbranch`)
68
has_outbranch = false
69
if !success(`git switch --orphan $outbranch`)
0 commit comments