Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Oct 26, 2024
1 parent 7a17d64 commit a255ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make-multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ cp(joinpath(@__DIR__, "logo.svg"),

@warn "Deploying to GitHub"
gitroot = normpath(joinpath(@__DIR__, ".."))
@info "Root directory: $gitroot"
run(`git pull`)
outbranch = "test"
outbranch = "test-branch"
has_outbranch = true
if !success(`git checkout $outbranch`)
has_outbranch = false
Expand Down

0 comments on commit a255ab0

Please sign in to comment.