Skip to content
Snippets Groups Projects
Verified Commit f828e5fe authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling: Committed by GitLab UZH
Browse files

Update .gitlab-ci.yml

parent a52c1e7c
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ pages: ...@@ -5,7 +5,7 @@ pages:
before_script: before_script:
# Install Quarto # Install Quarto
- wget wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.tar.gz - 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 - 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 "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('quarto',version = '1.4')" # This is used for publishing the website
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment