Files
JuliaFEM.jl/docs/deploy.jl
T
Jukka Aho e462fa2862 Documentation deployment fix (#230)
Similar work done in FEMQuad.jl and FEMBase.jl
2019-04-08 21:35:13 +03:00

11 lines
263 B
Julia

# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
using Documenter
deploydocs(
repo = "github.com/JuliaFEM/JuliaFEM.jl.git",
target = "build",
deps = nothing,
make = nothing)