Skip to content

Commit 13ff78d

Browse files
committed
fix: Add conversion from repo to string
1 parent 6b0f52b commit 13ff78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ makedocs(;
7474
)
7575

7676
DocumenterVitepress.deploydocs(;
77-
repo=repo,
77+
repo=Remotes.repourl(repo),
7878
target=joinpath(@__DIR__, "build"),
7979
devbranch="2025W",
8080
branch="gh-pages",

0 commit comments

Comments
 (0)