From 05d4163d7eb98d4b392bcab85be177da3f9cbabc Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 14 Feb 2023 10:52:06 +0100 Subject: [PATCH] Fix baseURL. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8bd21c9..cd47678c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,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/ + - hugo -s support/documentation/ -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/' artifacts: paths: - public