Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanjohnharris committed Oct 29, 2023
1 parent 0bc11ae commit dd494bf
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ makedocs(;
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
edit_link="main",
assets=String[],
assets=String[]
),
pages=[
"Home" => "index.md",
"Features" => "features.md",
"Feature Sets" => "featuresets.md",
"Feature Arrays" => "featurearrays.md",
],
]
)

deploydocs(
repo = "github.com/brendanjohnharris/Catch22.jl.git",
devbranch = "main"
repo="github.com/brendanjohnharris/Catch22.jl.git",
devbranch="main"
)

0 comments on commit dd494bf

Please sign in to comment.