[libhandy/pages] ci: Export the reference manual to GitLab pages



commit fdb94152a6f5e8f496ae15e0fe011b9a5045343b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri May 22 15:37:07 2020 +0200

    ci: Export the reference manual to GitLab pages

 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51a59601..70fe4b1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ stages:
   - test+docs
   - package
   - test-package
+  - deploy
 
 before_script:
   - echo "man-db man-db/auto-update boolean false" | debconf-set-selections
@@ -138,3 +139,11 @@ build-flatpak-glade:
     FLATPAK_MODULE: 'libhandy'
     APP_ID: 'sm.puri.Handy.Glade'
     BUNDLE: 'sm.puri.Handy.Glade.flatpak'
+
+pages:
+  stage: deploy
+  script:
+    - mv _build/doc/html/ public/
+  artifacts:
+    paths:
+      - public


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]