Fix #405: minify option to hugo from gitlab CI.

This commit is contained in:
John Livingston 2024-06-12 11:14:39 +02:00
parent 7312297e25
commit b04baae499
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -25,7 +25,7 @@ pages:
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
script:
# gitlab need the generated documentation to be in the /public dir.
- hugo -s support/documentation/ -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/'
- hugo -s support/documentation/ --minify -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/'
dependencies:
- builddoctranslations
artifacts: