Skip to content

Commit

Permalink
Update multimake.jl [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Sep 26, 2024
1 parent df9e44d commit 63114e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/multimake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,12 @@ function deploymultidocs(
)
root_path = normpath(joinpath(@__DIR__, ".."))

run(`git status`)

run(`git pull`)

run(`git status`)

has_branch = true

run(`git checkout $branch`)

run(`git status`)

exit(1)

if !success(`git checkout $branch`)
has_branch = false

Expand Down

0 comments on commit 63114e1

Please sign in to comment.