Merge remote-tracking branch 'gitlab/master'
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 10 Oct 2018 21:59:47 +0000 (10:59 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 10 Oct 2018 21:59:47 +0000 (10:59 +1300)
.gitlab-ci.yml

index 27df8e2..403bf99 100644 (file)
@@ -1,7 +1,3 @@
-cache:
-  paths:
-    - build/
-
 before_script:
   # Install ssh-agent if not already installed, it is required by Docker.
   # (change apt-get to yum if you use a CentOS-based image)
@@ -38,6 +34,12 @@ image: debian:unstable
 #  - master
 
 production:
+    artifacts:
+       paths:
+        - build/en/html
+    cache:
+       paths:
+        - build/en/html
     stage: deploy
     script:
     - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make rsync