summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2022-02-05 13:22:28 +0100
committerBilal Elmoussaoui <belmouss@redhat.com>2022-02-07 12:11:56 +0100
commit767e2a64a6aa0fd3566c4628e145e9ea17d3ed38 (patch)
tree2605765c96c637fbea310d5bcf24aca84bdea50f
parenteca9cc89b7b490038e06d58dfa201097bbd9e347 (diff)
downloadlibgudev-bilelmoussaoui/gi-docgen.tar.gz
CI: Adapt per gi-docgen switchbilelmoussaoui/gi-docgen
-rw-r--r--.gitlab-ci.yml7
1 files 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