diff --git a/docs/make.jl b/docs/make.jl index 5aa06f0..9434e22 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,7 +12,7 @@ DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo); makedocs(; modules = [TrixiAtmo], authors = "Benedict Geihe , Tristan Montoya , Michael Schlottke-Lakemper ", - repo = Remotes.Github("trixi-framework", "TrixiAtmo.jl/blob/{commit}{path}#{line}"), + repo = Remotes.GitHub("trixi-framework", "TrixiAtmo.jl/blob/{commit}{path}#{line}"), sitename = "TrixiAtmo.jl", format = Documenter.HTML(; prettyurls = get(ENV, "CI", "false") == "true", @@ -25,6 +25,6 @@ makedocs(; plugins = [links],) deploydocs(; - repo = Remotes.Github("trixi-framework", "TrixiAtmo.jl"), + repo = Remotes.GitHub("trixi-framework", "TrixiAtmo.jl"), devbranch = "main", push_preview = false)