Skip to content

Commit

Permalink
Update canonical URL and repo in docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Mar 5, 2024
1 parent a460e11 commit 2b82d5d
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 @@ -14,7 +14,7 @@ makedocs(;
authors="Satoshi Terasaki <terasakisatoshi.math@gmail.com> and contributors",
sitename="OkinawaCompPhysFoodSurvey2024.jl",
format=Documenter.HTML(;
canonical="https://terasakisatoshi.github.io/OkinawaCompPhysFoodSurvey2024.jl",
canonical="https://atelierarith.github.io/OkinawaCompPhysFoodSurvey2024.jl",
edit_link="main",
assets=String[],
),
Expand All @@ -25,6 +25,6 @@ makedocs(;
)

deploydocs(;
repo="github.com/terasakisatoshi/OkinawaCompPhysFoodSurvey2024.jl",
repo="github.com/AtelierArith/OkinawaCompPhysFoodSurvey2024.jl.git",
devbranch="main",
)

0 comments on commit 2b82d5d

Please sign in to comment.