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

Update .gitlab-ci.yml

parent 8c18c43d
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ pages: ...@@ -4,8 +4,8 @@ pages:
stage: deploy stage: deploy
before_script: before_script:
# Install Quarto # Install Quarto
- wget https://github.com/quarto-dev/quarto-cli/releases/download/v$QUARTO_VERSION/quarto-1.5.57-linux-amd64.deb - 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-$QUARTO_VERSION-linux-amd64.deb - sudo dpkg -i quarto-1.5.57-linux-amd64.tar.gz
- 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