Skip to content

Commit 2004266

Browse files
Update make.jl
1 parent 726997c commit 2004266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using Documenter, DocumenterVitepress
22

33
makedocs(;
4-
sitename = "GithubAnalytics.jl",
4+
sitename = "GitHubAnalytics.jl",
55
authors = "Divyansh Goyal <[email protected]>",
66
format=DocumenterVitepress.MarkdownVitepress(
7-
repo = "github.com/JuliaHealth/GithubAnalytics.jl",
7+
repo = "github.com/JuliaHealth/GitHubAnalytics.jl",
88
devbranch = "main",
99
devurl = "dev",
1010
),
@@ -26,7 +26,7 @@ makedocs(;
2626

2727
# This is the critical part that creates the version structure
2828
deploydocs(;
29-
repo = "github.com/JuliaHealth/GithubAnalytics.jl",
29+
repo = "github.com/JuliaHealth/GitHubAnalytics.jl",
3030
devbranch = "main",
3131
push_preview = true,
3232
)

0 commit comments

Comments
 (0)