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

trying to install Quarto's latest versoin

parent d3c32fff
No related branches found
No related tags found
No related merge requests found
image: rocker/verse:4.4.1
variables:
QUARTO_VERSION: "1.5.57" # Specify the desired Quarto version
before_script:
# Install Quarto
- wget https://github.com/quarto-dev/quarto-cli/releases/download/v$QUARTO_VERSION/quarto-$QUARTO_VERSION-linux-amd64.deb
- sudo dpkg -i quarto-$QUARTO_VERSION-linux-amd64.deb
- quarto check install # Ensure Quarto is installed properly
pages:
stage: deploy
before_script:
......
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