From 63114e19993473859f7ed4c50a48d07819f389a6 Mon Sep 17 00:00:00 2001 From: Pedro Maciel Xavier <31925649+pedromxavier@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:50:29 -0400 Subject: [PATCH] Update multimake.jl [no ci] --- docs/multimake.jl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/multimake.jl b/docs/multimake.jl index a2e785d..cb654ee 100644 --- a/docs/multimake.jl +++ b/docs/multimake.jl @@ -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