Skip to content

Commit

Permalink
Update make.jl (#131)
Browse files Browse the repository at this point in the history
Resolves error "LoadError: The repo path https://github.com/TidierOrg/TidierData.jl should not contain the protocol"
  • Loading branch information
kdpsingh authored Jan 3, 2025
1 parent cf73711 commit 466812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ makedocs(
build=joinpath(@__DIR__, "docs")
)

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

0 comments on commit 466812b

Please sign in to comment.