Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ makedocs(
deploydocs(
; repo=REPO,
devbranch="dev",
push_preview=true,
push_preview=false,
)
2 changes: 1 addition & 1 deletion src/MLJWrappers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Module providing various light-weight model wrappers for
them behave as transformers in pipelines

"""
module MLJWrappers
module MLJWrappers

import MLJModelInterface as MMI

Expand Down
Loading