mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-19 11:43:47 +00:00
11 lines
263 B
Julia
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)
|