summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-08-11 22:31:57 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-08-11 22:31:57 +0100
commit0c9cf65d39dedc4ad3972b78f406929ba17d2026 (patch)
tree5b182e7514b9c0e6505692fb58fd63c8e17911ef
parent5a75f4d0d178e3035a69e2628dc575e9bc80cf98 (diff)
downloaddconf-0c9cf65d39dedc4ad3972b78f406929ba17d2026.tar.gz
ci: Fix documentation build for `pages` job
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--.gitlab-ci.yml4
1 files 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: