From: Chris Cormack Date: Mon, 1 Jun 2020 22:43:58 +0000 (+1200) Subject: Updating for 20.11 X-Git-Url: http://git.equinoxoli.org/?p=kohadocs.git;a=commitdiff_plain;h=2d9152d8b3f54eb41c8177fc0d20393f199eacc5 Updating for 20.11 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fa82f4..b08f816 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ production: - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx python3-sphinxcontrib.spelling python3-stemmer 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/20.05/ + - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/20.11/ only: - master@koha-community/koha-manual environment: production