Update .gitlab-ci.yml
[kohadocs.git] / .gitlab-ci.yml
index 7bcc339..09f6866 100644 (file)
@@ -38,6 +38,7 @@ production-17.11:
     stage: deploy
     script:
     - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make
+    - cd en/
     - make html
     - scp -r build/html chrisc@www.koha-community.org:/var/www/manual/17.11/en/
     only: