Skip to content

Commit

Permalink
attempt to fix docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydriscoll committed Aug 2, 2024
1 parent b954b74 commit 22bb1fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makedocs(sitename="ComplexValues.jl",
format = Documenter.HTML(
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://complexvariables.github.io/ComplexRegions.jl",
edit_link="main",
edit_link="master",
assets=String[],
),
authors = "Toby Driscoll <[email protected]>",
Expand All @@ -23,5 +23,6 @@ makedocs(sitename="ComplexValues.jl",
)

deploydocs(
repo = Remotes.GitHub("complexvariables", "ComplexValues.jl")
repo = "github.com/complexvariables/ComplexValues.jl",
devbranch = "master"
)

0 comments on commit 22bb1fe

Please sign in to comment.