From: Chris Cormack Date: Sun, 2 Dec 2018 18:54:17 +0000 (+0000) Subject: Update .gitlab-ci.yml X-Git-Tag: 19.05.00~34 X-Git-Url: http://git.equinoxoli.org/?p=kohadocs.git;a=commitdiff_plain;h=35b81d00ff2af5c9edc8724de5d834c9b2dd5557 Update .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a48c2b..4fa64d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ production: - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx python3-sphinxcontrib.spelling make rsync - 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/ + - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/19.05/ only: - master environment: production