diff --git a/docs/make.jl b/docs/make.jl index 929f628..e2e3ea4 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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")