Skip to content

Commit

Permalink
Changed deploydoc URL to GenX.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sambuddhac committed Mar 20, 2024
1 parent 21f4aa1 commit 751c9ab
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 @@ -110,7 +110,7 @@ makedocs(;
sitename="GenX",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://genxproject.github.io/GenX/stable",
canonical="https://genxproject.github.io/GenX.jl/stable",
assets = ["assets/genx_style.css"],
sidebar_sitename=false,
collapselevel=1
Expand All @@ -122,7 +122,7 @@ makedocs(;
# ===========================

deploydocs(;
repo="github.com/GenXProject/GenX.git",
repo="github.com/GenXProject/GenX.jl.git",
target = "build",
branch = "gh-pages",
devbranch = "main",
Expand Down

0 comments on commit 751c9ab

Please sign in to comment.