From 2f394b7fb331bde8055286d7ff760868bc3c8d27 Mon Sep 17 00:00:00 2001 From: mgreiff <marcusgreiff.93@hotmail.com> Date: Fri, 1 Sep 2017 22:01:49 +0200 Subject: [PATCH] Attempt to deploy docs --- docs/make.jl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index 444bede..e8f2810 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,3 +15,10 @@ makedocs( "index.md", ] ) + +deploydocs( + repo = "gitlab.control.lth.se/labdev/LabConnections.jl.git", + target = "build", + deps = nothing, + make = nothing +) -- GitLab