Skip to content

Commit 466812b

Browse files
authored
Update make.jl (#131)
Resolves error "LoadError: The repo path https://github.com/TidierOrg/TidierData.jl should not contain the protocol"
1 parent cf73711 commit 466812b

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
@@ -27,7 +27,7 @@ makedocs(
2727
build=joinpath(@__DIR__, "docs")
2828
)
2929

30-
deploydocs(; devurl="latest", repo="https://github.com/TidierOrg/TidierData.jl", push_preview=true,
30+
deploydocs(; devurl="latest", repo="github.com/TidierOrg/TidierData.jl", push_preview=true,
3131
deps=Deps.pip("mkdocs", "pygments", "python-markdown-math", "mkdocs-material",
3232
"pymdown-extensions", "mkdocstrings", "mknotebooks",
3333
"pytkdocs_tweaks", "mkdocs_include_exclude_files", "jinja2", "mkdocs-video"),

0 commit comments

Comments
 (0)