1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 13:43:08 +00:00

Update docs building script to match Blue style

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-04 17:21:03 -05:00
parent ba44863021
commit df38dad4be
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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")