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