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

index e77f7b5..5ae7823 100644 (file)
@@ -6,7 +6,7 @@ pages:
   - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make
   - cd en
   - make html
-  - mv _build/html/ public/
+  - mv build/html/ public/
   artifacts:
     paths:
     - public