Skip to content

Commit

Permalink
correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Sep 18, 2024
1 parent bdb0597 commit 28c7253
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 @@ -32,7 +32,7 @@ makedocs(;
warnonly = true,
checkdocs=:all,
format=DocumenterVitepress.MarkdownVitepress(
repo = "github.com/tpoisot/DocumenterVitepress.jl", # this must be the full URL!
repo = "github.com/LuxDL/DocumenterVitepress.jl", # this must be the full URL!
devbranch = "master",
devurl = "dev";
),
Expand Down Expand Up @@ -61,7 +61,7 @@ makedocs(;


deploydocs(;
repo = "github.com/tpoisot/DocumenterVitepress.jl", # this must be the full URL!
repo = "github.com/LuxDL/DocumenterVitepress.jl", # this must be the full URL!
target = "build", # this is where Vitepress stores its output
branch = "gh-pages",
devbranch = "master",
Expand Down

0 comments on commit 28c7253

Please sign in to comment.