[dconf: 1/2] ci: Fix documentation build for `pages` job



commit 0c9cf65d39dedc4ad3972b78f406929ba17d2026
Author: Philip Withnall <withnall endlessm com>
Date:   Sat Aug 11 22:31:57 2018 +0100

    ci: Fix documentation build for `pages` job
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bbe08f..fb023cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,10 +67,10 @@ pages:
   only:
     - master
   script:
-    - meson -Ddocumentation=true _build .
+    - meson -Denable-gtk-doc=true _build .
     - ninja -C _build dconf-doc
     - mkdir -p public/
-    - mv _build/dconf/docs/html/ public/docs/
+    - mv _build/docs/html/ public/docs/
     - mv _coverage/ public/coverage/
   artifacts:
     paths:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]