Skip to content

Commit

Permalink
fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Nov 28, 2023
1 parent 3477a53 commit 74a4441
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 @@ -58,7 +58,7 @@ pages = [
format = Documenter.HTML(
collapselevel = 1,
prettyurls = get(ENV, "CI", nothing) == "true",
canonical = "https://jagosw.com/Walrus/stable/",
canonical = "https://jagosw.com/Walrus.jl/stable/",
mathengine = MathJax3(),
assets = String["assets/citations.css"]
)
Expand Down Expand Up @@ -95,7 +95,7 @@ for file in files
end

deploydocs(
repo = "github.com/jagoosw/GiantKelpDynamics",
repo = "github.com/jagoosw/Walrus.jl",
versions = ["stable" => "v^", "dev" => "dev", "v#.#.#"],
forcepush = true,
push_preview = true,
Expand Down

0 comments on commit 74a4441

Please sign in to comment.