From 767e2a64a6aa0fd3566c4628e145e9ea17d3ed38 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 5 Feb 2022 13:22:28 +0100 Subject: CI: Adapt per gi-docgen switch --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac34959..a4e0e9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,8 @@ variables: umockdev-devel libabigail DNF_API_DOC_DEPS: > - gtk-doc + gobject-introspection-devel + gi-docgen stages: - test @@ -50,7 +51,7 @@ reference: artifacts: name: libgudev-doc paths: - - build/docs/html + - build/docs/gudev pages: stage: deploy @@ -58,7 +59,7 @@ pages: - reference script: - mkdir -p public/ - - mv build/docs/html/ public/libgudev/ + - mv build/docs/gudev/* public/ artifacts: paths: - public -- cgit v1.2.1