diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a6f1506f3f6664098dd3eb140b9b25f33d8fea5..235c61da2fa330daa3ed9c954ff5cb7f51c811e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,19 +31,6 @@ test-build:
     - jupyter-book clean book/
     - jupyter-book build book/
 
-# This job builds the HTML when it gets pushed to the publish branch
-build-book:
-  stage: build
-  only:
-    - publish
-    - main
-  script:
-    - pip install -r requirements.txt
-    - bash ./build-lite.sh false
-  artifacts:
-    paths:
-      - book/_build/html/
-
 # This job commits the built HTML to the publish-html branch
 # push-html:
 #   stage: deploy