From 4a237e67f22b12579397a82f7021ac17497d4dd7 Mon Sep 17 00:00:00 2001
From: Pierre Esterie <pierre.esterie@inria.fr>
Date: Mon, 13 May 2019 15:24:05 +0200
Subject: [PATCH] Update automatic doc with correct branch

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e27127f2..3aa769289 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,7 +62,7 @@ pages:
     - mkdir public
     - mv Build/Doc/html/* public/
   only:
-    - cmake-refurb
+    - master
 
 test:
   stage: test
-- 
GitLab