Skip to content

Commit

Permalink
Capitalize github username
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Jun 20, 2023
1 parent fcfda78 commit b15e67f
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,15 +6,15 @@ DocMeta.setdocmeta!(GroupsOnGrids, :DocTestSetup, :(using GroupsOnGrids); recurs
makedocs(;
modules = [GroupsOnGrids],
authors = "Aron <aronpjansen@gmail.com> and contributors",
repo = "https://github.com/apjansen/GroupsOnGrids.jl/blob/{commit}{path}#{line}",
repo = "https://github.com/APJansen/GroupsOnGrids.jl/blob/{commit}{path}#{line}",
sitename = "GroupsOnGrids.jl",
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://apjansen.github.io/GroupsOnGrids.jl",
canonical = "https://APJansen.github.io/GroupsOnGrids.jl",
edit_link = "main",
assets = String[],
),
pages = ["Home" => "index.md"],
)

deploydocs(; repo = "github.com/apjansen/GroupsOnGrids.jl", devbranch = "main")
deploydocs(; repo = "github.com/APJansen/GroupsOnGrids.jl", devbranch = "main")

0 comments on commit b15e67f

Please sign in to comment.