From 369ab0b6985541e4decce7604b93085234442f5c Mon Sep 17 00:00:00 2001 From: William F Godoy Date: Mon, 26 Jan 2026 23:10:15 -0500 Subject: [PATCH] Update org to JuliaGPU --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 578af9f..2b85018 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,7 +18,7 @@ makedocs(; sitename = "JACC.jl", ; prettyurls = true) ) -deploydocs(repo = "github.com/JuliaORNL/JACC.jl.git", +deploydocs(; repo = "github.com/JuliaGPU/JACC.jl.git", target = "build", push_preview = true, devbranch = "main"