From 5e4fbd3c085231f304cb6704eb383aa49f57c6ca Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Tue, 27 Jun 2017 16:10:28 +0200 Subject: [PATCH] Also set target when deploying Documenter manual (#278) Without this doc files are not committed. --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index 21b7f4893..6226752df 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,6 +22,7 @@ makedocs( deploydocs( repo = "github.com/JuliaStats/StatsBase.jl.git", + target = "build", julia = "0.6", deps = nothing, make = nothing