summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-11-30 21:45:21 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-12-01 21:35:25 +0000
commit6ecd8e21e0109261388d23e48ec81d4822b47d7b (patch)
treeef060a8a305e10665ec83abd49a0960379d01dcf /.gitlab-ci.yml
parent35e16b18343d2d6ae8ced04edd6b33debe2a944d (diff)
downloadgtksourceview-6ecd8e21e0109261388d23e48ec81d4822b47d7b.tar.gz
CI: update per gi-docgen docs changes
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0e55347..64a01ea3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
variables:
FEDORA_DEPS:
- meson vala gtk4-devel ninja-build pkgconf clang gobject-introspection-devel gtk-doc vulkan-headers docbook-style-xsl docbook-dtds
+ meson vala gtk4-devel ninja-build pkgconf clang gobject-introspection-devel vulkan-headers gi-docgen
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v35"
flatpak:
@@ -35,7 +35,7 @@ reference:
- meson ${MESON_FLAGS} --prefix=${PWD}/pfx -Dgtk_doc=true _build
- ninja -C _build install
- mkdir -p _reference/
- - mv pfx/share/gtk-doc/html/gtksourceview-5.0 _reference/
+ - mv pfx/share/doc/gtksourceview5/ _reference/
artifacts:
paths:
- _reference