diff --git a/docs/make.jl b/docs/make.jl index 6923b62..1c5ed75 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,4 +14,4 @@ makedocs(; pages = ["Home" => "index.md", "API Reference" => "api.md"], ) -deploydocs(; repo = "github.com/JuliaPlasma/PlasmaFormulary.jl", devbranch = "main") +deploydocs(; repo = "github.com/JuliaPlasma/PlasmaFormulary.jl", devbranch = "main", push_preview = true)