Skip to content

Commit

Permalink
Update links to remote in make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Apr 8, 2024
1 parent 4400854 commit dd086fa
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 @@ -21,23 +21,23 @@ pgs = [
]

fmt = DocumenterVitepress.MarkdownVitepress(
repo = "https://github.com/camilogarciabotero/Tidier.jl",
repo = "https://github.com/TidierOrg/Tidier.jl",
devurl = "dev",
# deploy_url = "yourgithubusername.github.io/Tidier.jl.jl",
)

makedocs(;
modules = [Tidier],
authors = "Karandeep Singh et al.",
repo = "https://github.com/camilogarciabotero/Tidier.jl",
repo = "https://github.com/TidierOrg/Tidier.jl",
sitename = "Tidier.jl",
format = fmt,
pages= pgs,
warnonly = true,
)

deploydocs(;
repo = "https://github.com/camilogarciabotero/Tidier.jl",
repo = "https://github.com/TidierOrg/Tidier.jl",
push_preview = true,
)

Expand Down

0 comments on commit dd086fa

Please sign in to comment.