Skip to content

Commit

Permalink
Merge pull request #1051 from DilumAluthge/dpa/docs-devbranch
Browse files Browse the repository at this point in the history
`docs/make.jl`: set `devbranch` to `master`, which means that the docs will be deployed for pushes to `master
  • Loading branch information
ablaom authored Sep 6, 2023
2 parents 3e76fb3 + fb654e4 commit 10fec2c
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 10fec2c

Please sign in to comment.