Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpsingh authored Jan 11, 2025
1 parent 08cba69 commit 29042a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ fmt = DocumenterVitepress.MarkdownVitepress(
makedocs(;
modules = [Tidier],
authors = "Karandeep Singh et al.",
repo = "https://github.com/TidierOrg/Tidier.jl",
repo = "github.com/TidierOrg/Tidier.jl",
sitename = "Tidier.jl",
format = fmt,
pages= pgs,
warnonly = true,
)

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

0 comments on commit 29042a3

Please sign in to comment.