Skip to content

Commit

Permalink
add some debug output to docs/make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 6, 2023
1 parent 030aab0 commit 3e76fb3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,12 @@ makedocs(
strict = Documenter.except(:cross_references, :missing_docs),
)

# By default Documenter does not deploy docs just for PR
# this causes issues with how we're doing things and ends
# up choking the deployment of the docs, so here we
# force the environment to ignore this so that Documenter
# does indeed deploy the docs
ENV["TRAVIS_PULL_REQUEST"] = "false"
@info "`makedocs` has finished running. "

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

@info "`deploydocs` has finished running. "

0 comments on commit 3e76fb3

Please sign in to comment.