Skip to content

Commit

Permalink
docs/make.jl: set devbranch to master, which means that the doc…
Browse files Browse the repository at this point in the history
…s will be deployed for pushes to `master
  • Loading branch information
DilumAluthge authored Sep 6, 2023
1 parent 3e76fb3 commit fb654e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ makedocs(

deploydocs(
repo = "github.com/alan-turing-institute/MLJ.jl",
devbranch="dev",
devbranch="master",
push_preview=false,
)

Expand Down

0 comments on commit fb654e4

Please sign in to comment.