Skip to content

Commit

Permalink
Add julia keyword argument to deploydocs (#58)
Browse files Browse the repository at this point in the history
* The `julia` keyword argument to `Documenter.deploydocs`
will be required in the future instead of automatically
defaulting to `julia = "nightly"
(see JuliaDocs/Documenter.jl#712,
JuliaDocs/Documenter.jl#526).

This commit adds `julia = "nightly"` to `Documenter.deploydocs`.

* Deploy docs from Julia 0.6
  • Loading branch information
fredrikekre authored and nalimilan committed Jun 21, 2018
1 parent ab57ee6 commit 73c21ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ makedocs(
)

deploydocs(
julia = "0.6",
repo = "github.com/JuliaStats/StatsModels.jl.git",
target = "build",
deps = nothing,
Expand Down

0 comments on commit 73c21ac

Please sign in to comment.