Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Wed, 10 Oct 2018 21:14:29 +0000 (21:14 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Wed, 10 Oct 2018 21:14:29 +0000 (21:14 +0000)
.gitlab-ci.yml

index a78e632..403bf99 100644 (file)
@@ -36,10 +36,10 @@ image: debian:unstable
 production:
     artifacts:
        paths:
-        - build/
+        - build/en/html
     cache:
        paths:
-        - build/
+        - build/en/html
     stage: deploy
     script:
     - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make rsync