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, )