From 82e83d9e84e298048b3bbcfc1e63101e7dc8737c Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Fri, 20 Sep 2024 16:55:30 -0700 Subject: [PATCH] Define `devbranch` in deploy script --- helpers/deploy_with_preview.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/deploy_with_preview.jl b/helpers/deploy_with_preview.jl index 3e3ff2b..de1b392 100644 --- a/helpers/deploy_with_preview.jl +++ b/helpers/deploy_with_preview.jl @@ -71,6 +71,7 @@ end target_dir = abspath("./docs") # builddir upstream = "https://github.com/geocompx/geocompjl.git" branch = "gh-pages" +devbranch = "main" sha = cd(dirname(@__DIR__)) do