diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32b76e4c0966bb935b04b373ed077024cd92ebfc..946ab37c96a0c41724b73cf4b902ffb43a053d22 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