[gimp-help/wip/wormnest/website] ci: make the docs website too




commit 0deb031e955badb2db970a18262ed0ffeceacf1b
Author: Jacob Boerema <jgboerema gmail com>
Date:   Mon Sep 13 16:42:09 2021 -0400

    ci:  make the docs website too

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a61035fa..d5e1ee706 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,11 +14,13 @@ build-debian:
     when: always
     paths:
     - www/
+    - html/
   before_script:
     - apt-get update
     - apt-get install -y --no-install-recommends
         automake
         build-essential
+        docbook-website
         docbook-xml
         docbook-xsl
         pkg-config
@@ -33,4 +35,7 @@ build-debian:
     - ../autogen.sh --prefix=${INSTALL_PREFIX} --without-gimp
     - make && make install
     - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
+    - cd ../web
+    - make
+    - mv html/ ../html/
   timeout: 2 hours


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