From 6133c4e92c46eda1931287fe8df3819e55b49e37 Mon Sep 17 00:00:00 2001 From: Ianna Osborne Date: Mon, 18 Nov 2024 15:39:30 +0100 Subject: [PATCH] update deploydocs --- docs/make.jl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index b26eff7..2cce4ac 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -26,6 +26,9 @@ makedocs(; ) deploydocs(; - repo="github.com/JuliaHEP/AwkwardArray.jl", - push_preview=true + repo = "github.com/JuliaHEP/AwkwardArray.jl", + branch = "gh-pages", + push_preview=true, + deploy_config = Documenter.GitHubActions(), ) +