From ac05f29963ef8cb77614059e7a74fab0a01ece58 Mon Sep 17 00:00:00 2001 From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch> Date: Mon, 9 Sep 2024 16:10:25 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 933a1da..6be8064 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,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 script: - cd webpage_contents -- GitLab