Skip to content

Commit d90ac6f

Browse files
committed
no orphans
1 parent 777694d commit d90ac6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ if true
269269
@warn "Deploying to GitHub" ARGS
270270
gitroot = normpath(joinpath(@__DIR__, ".."))
271271
run(`git pull`)
272-
outbranch = "gh-pages"
272+
outbranch = "master"
273273
has_outbranch = true
274274
if !success(`git checkout $outbranch`)
275275
has_outbranch = false

0 commit comments

Comments
 (0)