[release-notes/wip/subpop/build-html] build: build html from mallard docs
- From: Link Dupont <link src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/wip/subpop/build-html] build: build html from mallard docs
- Date: Wed, 18 Aug 2021 17:48:17 +0000 (UTC)
commit 103a92ec85a2e3616efc093d095596e2a03146b2
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8d6f2e3..259dfc10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ build:
- ../autogen.sh
- make
- make install
- - cp -r /usr/local/share/help/ ${CI_PROJECT_DIR}/help-release-notes/
+ - for LANGDIR in $(find /usr/local/share/help -maxdepth 1 -type d); do LANG=$(basename $LANGDIR); mkdir
-p ${CI_PROJECT_DIR}/help-release-notes/$LANG; yelp-build html --output
${CI_PROJECT_DIR}/help-release-notes/$LANG $LANGDIR/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]