Skip to content

Commit

Permalink
docs: fix dev deploy branch (#148)
Browse files Browse the repository at this point in the history
* docs: fix dev deploy branch

* docs: update edit link
  • Loading branch information
mcmcgrath13 authored Apr 21, 2021
1 parent 80c5bd4 commit db4e7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter, JSON3, StructTypes

makedocs(;
modules=[JSON3],
format=Documenter.HTML(),
format=Documenter.HTML(edit_link="main"),
pages=[
"Home" => "index.md",
],
Expand All @@ -14,4 +14,5 @@ makedocs(;

deploydocs(;
repo="github.com/quinnj/JSON3.jl",
devbranch = "main",
)

0 comments on commit db4e7ab

Please sign in to comment.