[calls] ci: Deploy documentation as gitlab pages
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] ci: Deploy documentation as gitlab pages
- Date: Wed, 26 Jan 2022 06:42:56 +0000 (UTC)
commit 55028565aa7b867f544914913217364e027f6bbf
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Sun Jan 23 20:38:45 2022 +0100
ci: Deploy documentation as gitlab pages
.gitlab-ci.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e14630d2..3c4f09a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ stages:
- test
- package
- test-package
+ - deploy
variables:
L5_DOCKER_IMAGE: debian:bookworm
@@ -127,3 +128,15 @@ flatpak:master:
MESON_ARGS: ""
APP_ID: "org.gnome.Calls"
BUNDLE: "calls.flatpak"
+
+pages:
+ stage: deploy
+ needs:
+ - build-gtkdoc
+ script:
+ mv _reference/ public/
+ artifacts:
+ paths:
+ - public
+ only:
+ - master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]