From 320ca02408b42e2b781b99fec9fbf19ada2f7a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Sat, 30 Sep 2017 23:03:25 +0200 Subject: [PATCH] make osx build documentation) --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 2ed0ce8..0841fe5 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,4 +2,5 @@ using Documenter, EventSimulation makedocs() -deploydocs(repo = "github.com/bkamins/EventSimulation.jl.git") +deploydocs(repo = "github.com/bkamins/EventSimulation.jl.git", + osname = "osx")