diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f485d48950a699b3fdad637417da57aa6ee06ba..cae75ae83e658c9f70dcb95395b3c2b9830fe302 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ pages: before_script: # Install Quarto - wget wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.tar.gz - - sudo dpkg -i quarto-1.5.57-linux-amd64.tar.gz + - 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