Skip to content

Commit

Permalink
Test chinese (#2600)
Browse files Browse the repository at this point in the history
* [ci] processing chinese documentation test
* adding rule
  • Loading branch information
cvvergara authored Jan 4, 2024
1 parent ed57405 commit 136e743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [en,es]
language: [en,es,zh_Hans]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
mkdir build
cd build
cmake -DLINKCHECK=ON -DWITH_DOC=ON \
-DES=ON -DBUILD_DOXY=ON \
-DES=ON -DZH_HANS=ON -DBUILD_DOXY=ON \
-DPOSTGRESQL_VERSION=${PGVER} -DCMAKE_BUILD_TYPE=Release ..
- name: Check Documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ message(STATUS "PROJECT_DOC_TARGETS = ${PROJECT_DOC_TARGETS}")
# Available Languages
# English is always built
#---------------------------------------------
set(PROJECT_SUPPORTED_LANGUAGES "de" "es" "fr" "it" "ja" "ru")
set(PROJECT_SUPPORTED_LANGUAGES "de" "es" "fr" "it" "ja" "zh_Hans")
set(PROJECT_ENGLISH "en")

#---------------------------------------------
Expand Down

0 comments on commit 136e743

Please sign in to comment.