Skip to content

Commit

Permalink
deploying documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-kopp committed Jan 9, 2024
1 parent f57b4f9 commit e03065a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
using Pkg
Pkg.activate(".")

using Documenter
using Labelyst

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.git"
)

0 comments on commit e03065a

Please sign in to comment.