Fix baseURL.

This commit is contained in:
John Livingston 2023-02-14 10:52:06 +01:00
parent 693139cc20
commit 05d4163d7e
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -6,7 +6,7 @@ pages:
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
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/ -d ../../public/ - hugo -s support/documentation/ -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/'
artifacts: artifacts:
paths: paths:
- public - public