From 6fbb1a8bbd60f5e330f00b7195a59fbb4a815c9b Mon Sep 17 00:00:00 2001 From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch> Date: Mon, 9 Sep 2024 16:39:28 +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 e07b3a7..15eb93f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ pages: stage: deploy before_script: # Install Quarto - - wget wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb + - wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb - 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 -- GitLab