Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpsingh authored Apr 7, 2024
1 parent b5133b0 commit 79ea80a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ makedocs(
build=joinpath(@__DIR__, "docs")
)

deploydocs(; repo="github.com/TidierOrg/TidierDB.git", push_preview=true,
deploydocs(; devurl="latest", repo="https://github.com/TidierOrg/TidierDB.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"),
make=() -> run(`mkdocs build`), target="site", devbranch="main")
"pytkdocs_tweaks", "mkdocs_include_exclude_files", "jinja2", "mkdocs-video"),
make=() -> run(`mkdocs build`), target="site", devbranch="main")

0 comments on commit 79ea80a

Please sign in to comment.