Skip to content

Commit

Permalink
Retry failing command [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Sep 26, 2024
1 parent 09c7a62 commit 07ceea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/multimake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function deploymultidocs(

if !success(`git switch --orphan $branch`)
@error "Cannot create new orphaned branch $branch."

run(`git switch --orphan $branch`)

exit(1)
end
end
Expand Down

0 comments on commit 07ceea4

Please sign in to comment.