From df5b860bf80e707c1c836d718545a9f93c03d2db Mon Sep 17 00:00:00 2001 From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch> Date: Mon, 9 Sep 2024 16:44:19 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15eb93f..0e641ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,17 +8,14 @@ pages: - sudo dpkg -i quarto-1.5.57-linux-amd64.deb - quarto check install # Ensure Quarto is installed properly - R -e "install.packages('remotes')" # This package is used to be able to install packages defining their versions0 - #- R -e "remotes::install_version('quarto',version = '1.4')" # This is used for publishing the website - R -e "remotes::install_version('kableExtra', version = '1.4.0')" # This is used for rendering a table - R -e "remotes::install_version('openxlsx',version = '4.2.5.2')" # This package is used for reading excel table - 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 - - quarto check + - cd webpage_contents - quarto render - cp -r ../_site/* ../public/ -- GitLab