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

Update .gitlab-ci.yml

parent f828e5fe
No related branches found
No related tags found
No related merge requests found
......@@ -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.tar.gz
- wget 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
......
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