From e185b3cccb4daa7c9f6ca2aed06ced42f916fbc3 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Thu, 20 Jul 2017 17:17:12 +0300 Subject: [PATCH] Deploy documentation from 0.5 build --- docs/deploy.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deploy.jl b/docs/deploy.jl index 5998121..f42f61a 100644 --- a/docs/deploy.jl +++ b/docs/deploy.jl @@ -6,4 +6,5 @@ using JuliaFEM deploydocs( deps = Deps.pip("mkdocs", "python-markdown-math"), - repo = "github.com/JuliaFEM/JuliaFEM.jl.git") + repo = "github.com/JuliaFEM/JuliaFEM.jl.git", + julia = "0.5")