Skip to content

Commit

Permalink
(CI/website) processing zh_Hans simplified chinese for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 1, 2024
1 parent 93412ea commit d711ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d711ec6

Please sign in to comment.