Skip to content

Commit c4f189d

Browse files
committed
Stash
1 parent 27fd8ac commit c4f189d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/make-multi.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ cp(joinpath(@__DIR__, "logo.svg"),
6060
@warn "Deploying to GitHub as MultiDocumenter"
6161
gitroot = normpath(joinpath(@__DIR__, ".."))
6262
run(`git pull`)
63+
run(`git stash`)
6364
outbranch = "dep-multidocs"
6465
has_outbranch = true
6566
if !success(`git checkout $outbranch`)
@@ -71,6 +72,7 @@ if !success(`git checkout $outbranch`)
7172
exit(1)
7273
end
7374
end
75+
run(`git stash apply`)
7476
for file in readdir(gitroot; join = true)
7577
endswith(file, ".git") && continue
7678
rm(file; force = true, recursive = true)

0 commit comments

Comments
 (0)