2023-02-14 10:39:04 +01:00
|
|
|
image: monachus/hugo
|
|
|
|
|
|
|
|
pages:
|
2023-02-14 10:45:22 +01:00
|
|
|
variables:
|
|
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
|
2023-02-14 10:39:04 +01:00
|
|
|
script:
|
2023-02-14 10:48:51 +01:00
|
|
|
# gitlab need the generated documentation to be in the /public dir.
|
2023-02-14 10:52:06 +01:00
|
|
|
- hugo -s support/documentation/ -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/'
|
2023-02-14 10:39:04 +01:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
2023-03-07 14:14:19 +01:00
|
|
|
- documentation
|