From 6cb3a7f09b370c9715f693027f06b6e7f25aff6d Mon Sep 17 00:00:00 2001
From: Juliette Engelaere-Lefebvre
 <juliette.engelaere@developpement-durable.gouv.fr>
Date: Tue, 21 Jan 2025 08:54:27 +0000
Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20fichier=20.gitlab?=
 =?UTF-8?q?-ci.yml=20:=20passage=20des=20options=20globales=20de=20R=20?=
 =?UTF-8?q?=C3=A0=20`options(rmarkdown.html=5Fvignette.check=5Ftitle=20=3D?=
 =?UTF-8?q?=20FALSE)`=20pour=20maintenir=20les=20choix=20de=20titre=20de?=
 =?UTF-8?q?=20vignettes=20tels=20qu'ils=20=C3=A9taient=20malgr=C3=A9=20le?=
 =?UTF-8?q?=20contr=C3=B4le=20plus=20strict=20de=20pkgdown?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79f0eaf..76a9299 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ integration:
         - test-ci
     script:
         - Rscript -e 'remotes::install_cran(c("pkgdown"), upgrade = "never")'
-        - Rscript -e 'pkgdown::build_site()'
+        - Rscript -e 'options(rmarkdown.html_vignette.check_title = FALSE);pkgdown::build_site()'
     artifacts:
         paths:
             - docs
-- 
GitLab