diff --git a/scripts/ci/jobs/build-docs.yml b/scripts/ci/jobs/build-docs.yml
index 90f198262b37891b1075d45f4fdc12c4a89b9783..a268fbbf7d4d3268ede168c7447e4425dd6fec9b 100644
--- a/scripts/ci/jobs/build-docs.yml
+++ b/scripts/ci/jobs/build-docs.yml
@@ -30,6 +30,7 @@ build docs:
     - NUM_LIZARD_ISSUES=`cat lizard.txt | wc -l`
     - echo "lizard_issues $NUM_LIZARD_ISSUES" >> metrics.txt
     - python /opt/lizard/lizard.py -l cpp -t 8 --html -o Lizard.html
+    - python /opt/lizard/lizard.py -EWordCount -x "./ThirdParty/*" -x "./Tests/*" || true # word-cloud
     # build
     - cd build
     - cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_USE_CONAN=OFF -DOGS_USE_POETRY=OFF
@@ -65,6 +66,7 @@ build docs:
       - build/cmake-dependencies.svg
       - Lizard.html
       - lizard.txt
+      - codecloud.html
     expire_in: 1 week
     reports:
       metrics: build/metrics.txt