summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-08-25 19:03:27 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-08-25 19:04:21 +0100
commit59403c31169d126da98349322fa2363040eaf474 (patch)
tree71cf6f04c1d83f534883d172f18b67755b3cc5b0
parent6239930949f868491558087c239280e8f9858853 (diff)
downloadjson-glib-59403c31169d126da98349322fa2363040eaf474.tar.gz
ci: Publis the pages once again
-rw-r--r--.gitlab-ci.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e2b979..bb07e59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,9 +63,9 @@ fedora-x86_64:
MESON_EXTRA_FLAGS: "--buildtype=debug --default-library=both -Dwerror=true -Dglib:werror=false -Dintrospection=enabled"
reference:
- extends: .gidocgen-build
stage: docs
needs: []
+ extends: .gidocgen-build
variables:
PROJECT_DEPS:
docbook-style-xsl
@@ -78,3 +78,15 @@ reference:
MESON_EXTRA_FLAGS: "-Dman=true -Dintrospection=enabled"
DOCS_FLAGS: -Dgtk_doc=enabled
DOCS_PATH: doc/json-glib-1.0
+
+pages:
+ stage: deploy
+ needs: ['reference']
+ script:
+ - mkdir public && cd public
+ - tar xf ${CI_PROJECT_NAME}-docs.tar
+ artifacts:
+ paths:
+ - public
+ only:
+ - master