From 1cc5f29b3bbe1daa69b9353a82b3b611fa93b43e Mon Sep 17 00:00:00 2001 From: Pedro Maciel Xavier Date: Thu, 26 Sep 2024 11:30:27 -0400 Subject: [PATCH] Remove retry attempt --- docs/multimake.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/multimake.jl b/docs/multimake.jl index 2d31f9e..d519a21 100644 --- a/docs/multimake.jl +++ b/docs/multimake.jl @@ -61,8 +61,6 @@ function deploymultidocs( if !success(`git switch --orphan $branch`) @error "Cannot create new orphaned branch $branch." - run(`git switch --orphan $branch`) - exit(1) end end