Skip to content

Commit

Permalink
Deploy docs to github
Browse files Browse the repository at this point in the history
  • Loading branch information
iagoleal committed Dec 20, 2024
1 parent 5d53220 commit 5934246
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@ using Documenter
using TenSolver

makedocs(
sitename = "TenSolver",
format = Documenter.HTML(),
sitename = "TenSolver.jl",
format = Documenter.HTML(
mathengine = Documenter.KaTeX(),
),
modules = [TenSolver]
)

# Documenter can also automatically deploy documentation to gh-pages.
# See "Hosting Documentation" and deploydocs() in the Documenter manual
# for more information.
#=deploydocs(
repo = "<repository url>"
)=#
# Deploy site to Github Pages
if !("local" in ARGS)
deploydocs(
repo = "github.com/SECQUOIA/TenSolver.jl.git"
)
end

0 comments on commit 5934246

Please sign in to comment.