From a95c6f93c645e193fd95f2d49a0060298e542213 Mon Sep 17 00:00:00 2001 From: GianlucaFuwa <51165364+GianlucaFuwa@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:13:58 +0100 Subject: [PATCH] Make "main" the devbranch in make.jl --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 579666b0..ab4ddfd8 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -29,4 +29,4 @@ makedocs( format = Documenter.HTML(), ) -deploydocs(repo = "github.com/GianlucaFuwa/MetaQCD.jl.git", devbranch="gpu") \ No newline at end of file +deploydocs(repo = "github.com/GianlucaFuwa/MetaQCD.jl.git", devbranch="main") \ No newline at end of file