From 30561eb5442395a6bf7fdf4bdfe9804d496ef090 Mon Sep 17 00:00:00 2001
From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch>
Date: Mon, 9 Sep 2024 16:30:52 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32b76e4..946ab37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ pages:
   - R -e "remotes::install_version('crosstalk', version = '1.2.1')" # This is used for adding filters to the table
   - R -e "remotes::install_version('DT', version = '0.32')"    # Used for rendering an interactive table 
   - R -e "remotes::install_version('here', version = '1.0.1')"    # Used for some path handling 
-  - R -e "quarto::quarto_version()"    # Check quarto version 
+  #- R -e "quarto::quarto_version()"    # Check quarto version 
     
   script: 
   - cd webpage_contents
-- 
GitLab