From 0aebd1bee3c703c877e5c1c336ec8221746de890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Mon, 8 Apr 2024 17:10:52 -0500 Subject: [PATCH] Update make.jl with target to biuld --- docs/make.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index 69dfc5a..38fb0dd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -38,6 +38,9 @@ makedocs(; deploydocs(; repo = "https://github.com/TidierOrg/Tidier.jl", + target="build", # this is where Vitepress stores its output + branch = "gh-pages", + devbranch = "main", push_preview = true, )