Include module documentation in the generated report

This closes #2.
This commit is contained in:
Hugo Locurcio 2020-05-16 19:58:26 +02:00
parent 20b313a1a7
commit 3d0383fbdf
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ Generated from Godot commit [$COMMIT_HASH](https://github.com/godotengine/godot/
EOF
# Trim the first line of the output to get a valid Markdown table.
python3 "$TMP/doc/tools/doc_status.py" -u "$TMP/doc/classes" | tail -n +2 >> content/_index.md
# Ensure that module documentation is also included in the report.
python3 "$TMP/doc/tools/doc_status.py" -u "$TMP/doc/classes" "$TMP"/modules/*/doc_classes | tail -n +2 >> content/_index.md
# Build the website with optimizations enabled.
hugo --minify