diff --git a/docs/make.jl b/docs/make.jl
index 444bede51f5ad54525b66c77f025d20607486d1a..e8f28104ecdaa274620eba769a0e818a38a5db71 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
+)