Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Thu, 11 Jan 2018 23:10:17 +0000 (23:10 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 11 Jan 2018 23:10:17 +0000 (23:10 +0000)
.gitlab-ci.yml

index 69d5b53..15aa489 100644 (file)
@@ -37,8 +37,7 @@ production:
     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/
+    - 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
     - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/18.05/
     only:
         - master