Fix gitlab CI.

This commit is contained in:
John Livingston 2024-08-29 19:22:55 +02:00
parent d8da3ca3b8
commit ef5bc3cb8a
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pages:
image: registry.gitlab.com/pages/hugo/hugo_extended:latest image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-relearn
script: script:
# gitlab need the generated documentation to be in the /public dir. # gitlab need the generated documentation to be in the /public dir.
- hugo -s support/documentation/ --minify -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/'