diff --git a/docs/make.jl b/docs/make.jl index 74738297..1b89147c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -94,12 +94,12 @@ for file in files rm(file) end -withenv("GITHUB_REPOSITORY" => "FourierFlows/FourierFlowsDocumentation") do +withenv("GITHUB_REPOSITORY" => "github.com/FourierFlows/FourierFlowsDocumentation.git") do deploydocs( - repo = "github.com/FourierFlows/FourierFlowsDocumentation.git", - versions = ["stable" => "v^", "v#.#.#", "dev" => "dev"], - forcepush = true, - push_preview = true, - devbranch = "main" + repo = "github.com/FourierFlows/FourierFlowsDocumentation.git", + versions = ["stable" => "v^", "dev" => "dev", "v#.#.#"], + forcepush = true, + push_preview = true, + devbranch = "main" ) end