Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 06:15:27 +0000 (06:15 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 06:15:27 +0000 (06:15 +0000)
.gitlab-ci.yml

index 85c85c2..b73b6ce 100644 (file)
@@ -5,6 +5,7 @@ pages:
   - apk --no-cache add py2-pip python-dev
   - pip install sphinx
   - apk --no-cache add make
+  - cd en
   - make html
   - mv _build/html/ public/
   artifacts: