Skip to content

Commit

Permalink
deploy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Dec 12, 2023
1 parent b848c91 commit defe505
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
push!(LOAD_PATH,"../src/")
using Documenter

makedocs(sitename="My Documentation")
makedocs(;
format=Documenter.HTML(),
pages=[
"Home" => "index.md",
],
repo="https://github.com/gher-uliege/MVRE-DIVAnd/blob/{commit}{path}#L{line}",
sitename="MVRE DIVAnd documentation",
authors="Charles Troupin <[email protected]>",
checkdocs=:none,
)

deploydocs(;
repo="github.com/gher-uliege/MVRE-DIVAnd",
)

0 comments on commit defe505

Please sign in to comment.