Skip to content

Commit

Permalink
Update make.jl (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Feb 1, 2025
1 parent bd83bd9 commit d040311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ DocMeta.setdocmeta!(NaturalEarth, :DocTestSetup, :(using NaturalEarth); recursiv
makedocs(;
modules=[NaturalEarth],
authors="Anshul Singhvi <[email protected]> and contributors",
repo="github.com/JuliaGeo/NaturalEarth.jl",
sitename="NaturalEarth.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://juliageo.github.io/NaturalEarth.jl",
canonical="https://juliageo.org/NaturalEarth.jl",
edit_link="main",
assets=String[],
),
Expand All @@ -20,6 +19,7 @@ makedocs(;
)

deploydocs(;
repo="github.com/JuliaGeo/NaturalEarth.jl",
repo="https://github.com/JuliaGeo/NaturalEarth.jl",
devbranch="main",
push_preview = true,
)

0 comments on commit d040311

Please sign in to comment.