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

Update .gitlab-ci.yml

parent 247ea2fd
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ pages: ...@@ -4,7 +4,7 @@ pages:
stage: deploy stage: deploy
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.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 - 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
......
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