Skip to content

Commit

Permalink
fix docs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Oct 6, 2024
1 parent ded2e6f commit 20d771d
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,11 @@ DocMeta.setdocmeta!(GBIF2, :DocTestSetup, :(using GBIF2); recursive=true)
makedocs(;
modules=[GBIF2],
authors="Rafael Schouten <[email protected]>",
repo="https://github.com/EcoJulia/GBIF2.jl/blob/{commit}{path}#{line}",
repo="https://github.com/rafaqz/GBIF2.jl/blob/{commit}{path}#{line}",
sitename="GBIF2.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://docs.EcoJulia.org/GBIF2.jl",
canonical="https://docs.rafaqz.org/GBIF2.jl",
edit_link="main",
assets=String[],
),
Expand All @@ -20,6 +20,6 @@ makedocs(;
)

deploydocs(;
repo="github.com/EcoJulia/GBIF2.jl",
repo="github.com/rafaqz/GBIF2.jl",
devbranch="main",
)

0 comments on commit 20d771d

Please sign in to comment.