[release-notes/wip/subpop/build-html] build: build html from mallard docs




commit 7f0b07ce89a847b0cd6fe5abb27c10014bdf1810
Author: Link Dupont <link sub-pop net>
Date:   Wed Aug 18 13:18:27 2021 -0400

    build: build html from mallard docs

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8d6f2e3..f7d73de2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ variables:
   DEPENDENCIES:
     autoconf
     automake
+    findutils
     gettext
     itstool
     make
@@ -19,7 +20,7 @@ build:
     - ../autogen.sh
     - make
     - make install
-    - cp -r /usr/local/share/help/ ${CI_PROJECT_DIR}/help-release-notes/
+    - for LANG in $(ls /usr/local/share/help); do mkdir -p ${CI_PROJECT_DIR}/help-release-notes/$LANG; 
yelp-build html --output ${CI_PROJECT_DIR}/help-release-notes/$LANG 
/usr/local/share/help/$LANG/release-notes; done
   artifacts:
     when: on_success
     name: "release-notes-${CI_COMMIT_REF_NAME}"


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