Skip to content
Snippets Groups Projects
Commit 1c4de2e2 authored by Vincent  GUILLEMOT's avatar Vincent GUILLEMOT
Browse files

Update .gitlab-ci.yml file

parent 033285d6
No related branches found
No related tags found
No related merge requests found
Pipeline #93535 failed
...@@ -4,6 +4,8 @@ image: node:lts ...@@ -4,6 +4,8 @@ image: node:lts
pages: pages:
stage: deploy stage: deploy
script: script:
- wget "https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-amd64.deb"
- dpkg -i quarto-${QUARTO_VERSION}-linux-amd64.deb
- quarto render index.qmd - quarto render index.qmd
- cp index.html public/index.html - cp index.html public/index.html
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment