Skip to content

Commit

Permalink
Fix branch in docs/make.jl (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler authored Oct 23, 2022
1 parent 14ce178 commit baf59e4
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 @@ -36,7 +36,7 @@ isci = get(ENV, "CI", nothing) == "true"

format = Documenter.HTML(;
prettyurls = isci,
edit_link = "main",
edit_link = "master",
canonical = "https://JuliaMatrices.github.io/SpecialMatrices.jl/stable/",
# assets = String[],
)
Expand All @@ -55,7 +55,7 @@ makedocs(;
if isci
deploydocs(;
repo = "github.com/JuliaMatrices/SpecialMatrices.jl",
devbranch = "main",
devbranch = "master",
devurl = "dev",
versions = ["stable" => "v^", "dev" => "dev"],
forcepush = true,
Expand Down

0 comments on commit baf59e4

Please sign in to comment.