mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-16 02:24:05 +00:00
61891a6c6c
Modifications to Documenter scripts: * Fix deprecation warnings * Refactor make.jl to be more understandable
12 lines
282 B
Julia
12 lines
282 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",
|
|
julia = "1.0",
|
|
target = "build",
|
|
deps = nothing,
|
|
make = nothing)
|