Skip to content

Commit

Permalink
GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jul 15, 2024
1 parent 888f28f commit d25aa0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo);
makedocs(;
modules = [TrixiAtmo],
authors = "Benedict Geihe <bgeihe@uni-koeln.de>, Tristan Montoya <montoya.tristan@gmail.com, Hendrik Ranocha <hendrik.ranocha@uni-mainz.de>, Michael Schlottke-Lakemper <michael@sloede.com>",
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",
Expand All @@ -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)

0 comments on commit d25aa0b

Please sign in to comment.