Skip to content

Commit

Permalink
changes make.jl file
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-kopp committed Jan 9, 2024
1 parent f0447bf commit 1007d07
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
using Documenter
push!(LOAD_PATH, "../src/")

using Labelyst

using Documenter

makedocs(
sitename = "Labelyst",
format = Documenter.HTML(),
modules = [Labelyst]
modules = [Labelyst],
pages=[
"Home" => "index.md"
]
)

# Documenter can also automatically deploy documentation to gh-pages.
# See "Hosting Documentation" and deploydocs() in the Documenter manual
# for more information.
deploydocs(
deploydocs(;
repo="github.com/emanuel-kopp/Labelyst.jl"
)

0 comments on commit 1007d07

Please sign in to comment.