From 0dbd9f46609c5c68367b273cdd73cf2068edf02b Mon Sep 17 00:00:00 2001 From: Brian DePasquale Date: Fri, 14 Oct 2022 00:16:21 -0400 Subject: [PATCH] Update make.jl --- docs/make.jl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index aa356028..3ef0c71c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -45,5 +45,8 @@ makedocs(sitename="pulse input DDM", # branch = "gh-pages", devbranch = nothing, # devurl = "dev", versions = ["stable" => "v^", "v#.#.#", "dev" => "dev"]) -deploydocs(deps = Deps.pip("mkdocs", "python-markdown-math"), - repo = "github.com/Brody-Lab/pulse_input_DDM.git") +#deploydocs(deps = Deps.pip("mkdocs", "python-markdown-math"), +# repo = "github.com/Brody-Lab/pulse_input_DDM.git") + +deploydocs(repo = "github.com/Brody-Lab/pulse_input_DDM.git") +