From b5cd942792176dab305928b2f923cf4a03f28dd5 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Fri, 2 Sep 2022 10:53:13 +1000 Subject: [PATCH 1/2] force push when deploying docs --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index e9a2b063..5d1a7eaf 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -109,6 +109,7 @@ withenv("GITHUB_REPOSITORY" => "FourierFlows/GeophysicalFlowsDocumentation") do deploydocs( repo = "github.com/FourierFlows/GeophysicalFlowsDocumentation.git", versions = ["stable" => "v^", "v#.#.#", "dev" => "dev"], push_preview = false, + force_push = true, devbranch = "main" ) end From 0663e50b8f09d30dce81b1a279791f9839e60db9 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Fri, 2 Sep 2022 11:13:03 +1000 Subject: [PATCH 2/2] fix typo --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 5d1a7eaf..a6d06088 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -109,7 +109,7 @@ withenv("GITHUB_REPOSITORY" => "FourierFlows/GeophysicalFlowsDocumentation") do deploydocs( repo = "github.com/FourierFlows/GeophysicalFlowsDocumentation.git", versions = ["stable" => "v^", "v#.#.#", "dev" => "dev"], push_preview = false, - force_push = true, + forcepush = true, devbranch = "main" ) end