diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e151193d9297e40e009c9868aeb38f00942a2edf..646f5bfa5ca39bf83403211aff2fac261aae07ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,14 +11,19 @@ image:
 pages:
   stage: deploy
   cache:
+#    paths:
+#    - .cache
+    key: ${CI_COMMIT_REF_SLUG}
     paths:
-    - .cache
+    - node_modules/
+
   script:
 #  - nvm alias default 16.20.2
 #  - node --version
 #  - nvm use 16.20
   - node --version
-  - antora --fetch --cache-dir .cache/antora --redirect-facility gitlab --to-dir public antora-playbook.yml
+#  - antora --fetch --cache-dir .cache/antora --redirect-facility gitlab --to-dir public antora-playbook.yml
+  - antora --fetch --cache-dir node_modules/antora --redirect-facility gitlab --to-dir public antora-playbook.yml
   artifacts:
     paths:
     - public