Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Apr 20, 2024
1 parent ea85ac8 commit 8921781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ makedocs(;
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://MakieOrg.github.io/MakieDraw.jl",
edit_link="main",
assets=String[],
),
pages=[
Expand All @@ -21,5 +20,5 @@ makedocs(;

deploydocs(;
repo="github.com/MakieOrg/MakieDraw.jl",
devbranch="main",
push_preview=true,
)

0 comments on commit 8921781

Please sign in to comment.