[gimp-web/wip/wormnest/docs-website-updates: 2/2] Added a step to build the website and update it using rsync.




commit 2107dcfb118fe9f4850e2827335d82862535653c
Author: Jacob Boerema <jgboerema gmail com>
Date:   Tue Sep 14 18:59:07 2021 -0400

    Added a step to build the website and update it using rsync.

 testing.docs.gimp.org/docs_build/entrypoint.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/testing.docs.gimp.org/docs_build/entrypoint.sh b/testing.docs.gimp.org/docs_build/entrypoint.sh
index a8a9e5f1..22d7c565 100755
--- a/testing.docs.gimp.org/docs_build/entrypoint.sh
+++ b/testing.docs.gimp.org/docs_build/entrypoint.sh
@@ -6,8 +6,9 @@ set -e
 RELEASE=2.10
 BUILD_PATH=/tmp/gimp-help
 
-git clone --depth 1 -b gimp-help-${RELEASE//\./\-} https://gitlab.gnome.org/GNOME/gimp-help.git 
${BUILD_PATH} 
+git clone --depth 1 -b gimp-help-${RELEASE//\./\-} https://gitlab.gnome.org/GNOME/gimp-help.git ${BUILD_PATH}
 cd ${BUILD_PATH} && ./autogen.sh --without-gimp --prefix=${BUILD_PATH}/build && make && make install
+cd ${BUILD_PATH}/web && make
 
 if [ -d "/docs_data/docs/${RELEASE}" ]; then
     rsync -vlr ${BUILD_PATH}/build/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/
@@ -15,3 +16,4 @@ else
     mkdir -p /docs_data/docs/${RELEASE}
     rsync -vlr ${BUILD_PATH}/build/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/
 fi
+rsync -vlr ${BUILD_PATH}/web/html/ /docs_data/docs/


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