From d711ec6b2b5e4a278ebe5a59f0f817a47192b049 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Fri, 27 Sep 2024 10:52:08 -0600 Subject: [PATCH] (CI/website) processing zh_Hans simplified chinese for the documentation --- .github/workflows/website.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e653cc8b5a..e92f43c232 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -83,7 +83,8 @@ jobs: export PATH=/usr/lib/postgresql/${PGVER}/bin:$PATH mkdir build cd build - cmake -DPOSTGRESQL_VERSION=${PGVER} -DDOC_USE_BOOTSTRAP=ON -DWITH_DOC=ON -DBUILD_DOXY=ON -DCMAKE_BUILD_TYPE=Release -DES=ON .. + cmake -DPOSTGRESQL_VERSION=${PGVER} -DDOC_USE_BOOTSTRAP=ON -DWITH_DOC=ON -DBUILD_DOXY=ON \ + -DCMAKE_BUILD_TYPE=Release -DES=ON -DZH_HANS=ON .. make doc - name: Initialize mandatory git config