diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40c1231e591df4939355ba8353f67067f28866c2..0bdc5881c437067980d00eba0d8dc13f9940e888 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,17 +14,14 @@ test:
   except:
     - master
 
-# pages:
-#   stage: deploy
-#   script:
-#       - pwd
-#       - cd web
-#       - hugo
-#       - mv public ../public
-#       - ls ..
-#       - ls ../public
-#   artifacts:
-#     paths:
-#       - public
-#   only:
-#     - master
+pages:
+  stage: deploy
+  script:
+      - cd web
+      - hugo
+      - mv public ../public
+  artifacts:
+    paths:
+      - public
+  only:
+    - master