Skip to content

Commit

Permalink
Deploy Documenter manual from nightlies
Browse files Browse the repository at this point in the history
Hard coding a specific version is problematic when we drop support for it.
  • Loading branch information
nalimilan committed Jun 10, 2017
1 parent b119059 commit 76cf247
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 @@ -15,7 +15,7 @@ makedocs(
deploydocs(
repo = "github.com/JuliaData/CategoricalArrays.jl.git",
target = "build",
julia = "0.5",
julia = "nightly",
osname = "linux",
deps = nothing,
make = nothing
Expand Down

0 comments on commit 76cf247

Please # to comment.