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

Update .gitlab-ci.yml file

parent 1c4de2e2
No related branches found
No related tags found
No related merge requests found
Pipeline #93536 failed
......@@ -3,11 +3,6 @@ image: node:lts
pages:
stage: deploy
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
- cp index.html public/index.html
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment