Skip to content

Commit

Permalink
First changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Oct 14, 2024
1 parent fd050d8 commit aa854a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DocMeta.setdocmeta!(BioMarkovChains, :DocTestSetup, :(using BioMarkovChains); re
# )

fmt = DocumenterVitepress.MarkdownVitepress(
repo = "https://github.com/camilogarciabotero/BioMarkovChains.jl/",
repo = "https://github.com/BioJulia/BioMarkovChains.jl/",
devbranch = "main",
)

Expand All @@ -27,15 +27,15 @@ pgs = [
makedocs(;
modules = [BioMarkovChains],
authors = "Camilo García-Botero",
repo = "https://github.com/camilogarciabotero/BioMarkovChains.jl/",
repo = "https://github.com/BioJulia/BioMarkovChains.jl/",
sitename = "BioMarkovChains.jl",
format = fmt,
pages = pgs,
warnonly = true,
)

deploydocs(;
repo = "https://github.com/camilogarciabotero/BioMarkovChains.jl",
repo = "https://github.com/BioJulia/BioMarkovChains.jl",
devbranch = "main",
target = "build", # this is where Vitepress stores its output
# branch = "gh-pages",
Expand Down

0 comments on commit aa854a3

Please sign in to comment.