Issue #013: Update output folder for 20.05 and copyright year
authorDavid Nind <david@davidnind.com>
Mon, 13 Jan 2020 09:24:29 +0000 (22:24 +1300)
committerDavid Nind <david@davidnind.com>
Mon, 13 Jan 2020 09:34:40 +0000 (22:34 +1300)
Fix two issues:
- Update output folder: updates to the manual for master are deploying
to 19.11 instead of 20.05.
- Update copyright year to 2020.

.gitlab-ci.yml
source/conf.py

index 7ca0f65..9b92f9c 100644 (file)
@@ -12,7 +12,7 @@ production:
 
       # Add the SSH key stored in SSH_PRIVATE_KEY variable to the agent store
       - ssh-add <(echo "$ssh_key")
+
       # For Docker builds disable host key checking. Be aware that by adding that
       - mkdir -p ~/.ssh
       - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
@@ -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/19.11/
+    - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/20.05/
     only:
         - master@koha-community/koha-manual
     environment: production
index a588504..f3d2226 100644 (file)
@@ -62,7 +62,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'Koha Manual'
-copyright = '2019, Koha Community'
+copyright = '2020, Koha Community'
 author = 'Koha Community'
 
 # The version info for the project you're documenting, acts as replacement for