diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8440e0c93ad42f28a078cbe7ffab9cc6379ca6d..4c86096df5cf0fff37596114092016a8b768793e 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