From 01236b428556f604ba7eae9696d81c4126275ad8 Mon Sep 17 00:00:00 2001
From: Vincent  GUILLEMOT <vincent.guillemot@pasteur.fr>
Date: Fri, 9 Dec 2022 16:37:58 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8440e0..4c86096 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab