From ef5bc3cb8a89d9d14bc510ab68414a5050ef1433 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 29 Aug 2024 19:22:55 +0200 Subject: [PATCH] Fix gitlab CI. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea51c9ff..1e3e485f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ pages: image: registry.gitlab.com/pages/hugo/hugo_extended:latest variables: GIT_SUBMODULE_STRATEGY: recursive - GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn + GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-relearn script: # 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/'