Update patrons.rst - added a line to Housebound section to cover reports
[kohadocs.git] / .gitlab-ci.yml
index 69d5b53..0a48c2b 100644 (file)
@@ -34,12 +34,15 @@ image: debian:unstable
 #  - master
 
 production:
+    cache:
+       paths:
+        - build/en/html
     stage: deploy
     script:
     - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make rsync
-#    - for l in `ls locales` ; do make -e SPHINXOPTS="-D language='$l'" BUILDDIR="build/$l" html ; make -e SPHINXOPTS="-D language='$l'" BUILDDIR="build/$l" epub ; done
-#    - scp -r build/* chrisc@www.koha-community.org:/var/www/manual/18.05/
-    - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/18.05/
+    - make all_epub # build/LANG/epub
+    - make all_html # build/LANG/html
+    - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/18.11/
     only:
         - master
     environment: production