From 8bdd9bca4e974ebe3cab7b187167662d9f260339 Mon Sep 17 00:00:00 2001 From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr> Date: Tue, 17 May 2022 00:18:25 +0200 Subject: [PATCH] Update ci docs --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index a16cc56..431acb5 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,5 +22,6 @@ config_gitlab = Documenter.GitLab() deploydocs( repo = "gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl.git", devbranch = "ci_tests", + branch = "pages" ) -- GitLab