Update docs building script to match Blue style

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
pull/2/head
parent ba44863021
commit df38dad4be
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -13,12 +13,7 @@ makedocs(;
canonical="https://MillironX.github.io/Kelpie.jl",
assets=String[],
),
pages=[
"Home" => "index.md",
],
pages=["Home" => "index.md"],
)
deploydocs(;
repo="github.com/MillironX/Kelpie.jl",
devbranch="master",
)
deploydocs(; repo="github.com/MillironX/Kelpie.jl", devbranch="master")

Loading…
Cancel
Save